Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 8th, 2004, 05:50 PM
Authorized User
 
Join Date: Sep 2003
Posts: 93
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to flyin
Default MultiThreading in vb.net

hello all,

quick question,

I am using VS.net the latest version i believe, anyways,

the statement:

Dim execPreCacheStuffThread As New Threading.Thread(AddressOf
Me.PreCacheStuff)
execPreCacheStuffThread.Priority = hreading.ThreadPriority.BelowNormal
execPreCacheArticlesThread.Start()

..........

public function PreCacheStuff()
  it does some caching of sorts depending on the current request.
end function

Question:

Will this properly run ASyncronously?

Because when debuggin this code, it doesn't really seem to return the user back to the page while the "PreCacheStuff()" function is doing it's thing. It seems to wait for the function to finish before returning the user which defeats the purpose of multi-threading.

Any tips or do you see anything i am doing wrong?

Flyin






Similar Threads
Thread Thread Starter Forum Replies Last Post
vb.net 2008 re: VB.NET databases book bigbearjeff VB.NET 0 June 2nd, 2008 01:22 PM
Multithreading Error in VB.Net abhijeet_1176 General .NET 1 September 5th, 2005 08:49 AM
VB.Net question on Windows VB.Net datagrids dmsousa VS.NET 2002/2003 1 January 19th, 2005 02:45 PM
MultiThreading in VB.NET roytonmoy General .NET 0 December 2nd, 2004 03:30 AM
vb.net 2002 - vb.net 2003 book metalaaron Wrox Book Feedback 0 August 2nd, 2003 10:46 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.