I can understand wanting to avoid spinning up and managing your own threads
in ASP.NET.

Perhaps someone else will respond with more ideas for you.


julie

-----Original Message-----
From: Discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Cowan
Sent: Sunday, September 03, 2006 12:26 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: Re: [ADVANCED-DOTNET] Calling ASYNC method ASP.NET

Hi,

I have read this article before, what the author is alluding to is that to
achieve what I require, I need to create my own custom thread pool.

I did not want to go down this path.  Is there anyway round this or is this
the best way.
[EMAIL PROTECTED]



> Date: Sun, 3 Sep 2006 11:58:27 -0400> From: [EMAIL PROTECTED]>
Subject: Re: [ADVANCED-DOTNET] Calling ASYNC method ASP.NET> To:
ADVANCED-DOTNET@DISCUSS.DEVELOP.COM> > perhaps go back to the pre asp.net
2.0 methods of async pages?>
http://msdn.microsoft.com/msdnmag/issues/03/06/Threading/> > > >
-----Original Message-----> From: Discussion of advanced .NET topics.>
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Cowan> Sent:
Sunday, September 03, 2006 11:42 AM> To:
ADVANCED-DOTNET@DISCUSS.DEVELOP.COM> Subject: Re: [ADVANCED-DOTNET] Calling
ASYNC method ASP.NET> > Hi,> > I cannot use Async pages, I am using .net
2.0, it is a long story but I> cannot use them.> > That was the first thing
I tried.  THe site uses the Cuyahoga CMS framework.> It is not possible to
use async pages in this way.> Is there another way?> > Thanks>
[EMAIL PROTECTED]> > > > > Date: Sun, 3 Sep 2006 09:36:40 -0400> From:
[EMAIL PROTECTED]>> > Subject: Re: [ADVANCED-DOTNET] Calling ASYNC
method ASP.NET> To:> > ADVANCED-DOTNET@DISCUSS.DEVELOP.COM> > ASP.NET 2.0
has async pages and> > async tasks. These will postpone rendering> until the
async methods> > you are calling are returned. Async Pages is for one>
asynchrounous> > call. Async Tasks can coordinate multiple calls.> > Look
up> > AddOnPreRenderCompleteAsync for more on Async page.> > And> >
PageAsyncTask  for async tasks.> > > > -----Original Message----->> > From:
Discussion of advanced .NET topics.>> > [mailto:[EMAIL PROTECTED]>
===================================> This list is hosted by DevelopMentorR
http://www.develop.com> > View archives and manage your subscription(s) at
http://discuss.develop.com> > ===================================> This list
is hosted by DevelopMentorR  http://www.develop.com> > View archives and
manage your subscription(s) at http://discuss.develop.com
===================================
This list is hosted by DevelopMentorR  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to