Hi, Thanks a bunch Charles. Could you give me some tips as to what to avoid while using threading. I want to achieve Parallel processing while loading a page. Like Top, Bottom, Left Menus , Main Page should be downloaded paralelly instead of serially so that it quickens the process.
And then at times there are independent Database procedures in the same process, which I can process in Multi Thread environment. Thanks, Mingle. On Sat, 22 Jan 2005 06:39:27 +0900, Charles Carroll <[EMAIL PROTECTED]> wrote: > > you will find details on this @ > http://www.amazon.com/exec/obidos/ISBN=0596003471/learnasp > > and > http://www.aspnetemail.com/samples/webmailer/ > shows threads and a long running task in action. > > http://www.learnasp.com/rb?3587 > has some excellent threading links as well. > > It is a difficult subject and doing it incorrectly can create problems > that are insidious to track down. Tread carefully. > > > On Fri, 21 Jan 2005 10:35:59 -0800, Mingle <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > Can any one highlight on how we can use Multithreading or loading > > different parts of a page paralelly in ASP. > > > > Any help is appreciated. > > > > Thanks, > > Mingle. > > > > ________________________________ > > Yahoo! Groups Links > > > > To visit your group on the web, go to: > > http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ > > > > To unsubscribe from this group, send an email to: > > [EMAIL PROTECTED] > > > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > Yahoo! Groups Links > > > > > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
