That is NOT NOT NOT done with threading. What you want is Remote Scripting async content loading or Web Methods (the more current way to do it) although both work.
http://www.ashleyit.com/rs/ http://authors.aspalliance.com/thycotic/articles/view.aspx?id=1 https://sourceforge.net/projects/sarissa/ http://www.learnasp.com/learn/remotescripting.asp http://www.learnasp.com/learn/remotescriptinglist.asp http://www.learnasp.com/learn/remotescriptingms.asp will give you ideas about fundamentals. On Fri, 21 Jan 2005 14:03:24 -0800, Mingle <[EMAIL PROTECTED]> wrote: > 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 the Yahoo! Terms of Service. 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/
