Ask a Question related to ASP.NET General, Design and Development.
-
MS News #1
When I spawn a lightweight process in ASP.NET Does it time out??
Hello
When I spawn a lightweight process on a new Thread and return immediately to
the Client
what happens if the lightweight process takes an hour to finish?
Under what context is the process running
Is it running under the current Session.
How do I insure that It will run until it is completed
Please point me to an artical
or give me some general Ideas
Thanks you
MS News Guest
-
How to use lightweight session in ColdFusion?
How to use lightweight session in ColdFusion? -
Spawn threads from webservice
I have a webservice that has to make a heavy calculation. We want to use all the processors the machine has. We have built a multithreaded lib... -
Way to automatically recycle aspnet_wp work process when close to 100% CPU for certain period of time?
I have a server setup that is dedicate to providing a "proxy" by exposing a web service that calls methods in a 3rd party ActiveX control and then... -
Best way to process a string 1 char at a time
John Heim wrote: for ($i = 0; $i < strlen($str); $i++) { strFunction($str{$i}); } is one way. -
How can a process consume kernel CPU time without making system calls?
I'm trying to track down what is going on with a particular rogue application process on a customer site running AIX 4.3.3. Under defined... -
alien2_51 #2
Re: When I spawn a lightweight process in ASP.NET Does it time out??
Take a look at delegation and/or making a asynchronous calls...
"MS News" <sql_agentman@hotmail.com> wrote in message
news:#3fGrY6VDHA.532@TK2MSFTNGP09.phx.gbl...to> Hello
>
> When I spawn a lightweight process on a new Thread and return immediately> the Client
> what happens if the lightweight process takes an hour to finish?
> Under what context is the process running
> Is it running under the current Session.
> How do I insure that It will run until it is completed
>
> Please point me to an artical
> or give me some general Ideas
>
> Thanks you
>
>
>
alien2_51 Guest
-
MS News #3
Re: When I spawn a lightweight process in ASP.NET Does it time out??
I will look into delegation and/or making asynchronous calls...
But how does that apply to asp.net
What are your thoughts in addition for me to looking into articles that I
may understand or get the answer
In few sentances can someone tell me what they think
Thank you in advance
"alien2_51" <dan.billow@n.o.s.p.a.m.monacocoach.com> wrote in message
news:uF3ogr7VDHA.1480@tk2msftngp13.phx.gbl...immediately> Take a look at delegation and/or making a asynchronous calls...
>
>
> "MS News" <sql_agentman@hotmail.com> wrote in message
> news:#3fGrY6VDHA.532@TK2MSFTNGP09.phx.gbl...> > Hello
> >
> > When I spawn a lightweight process on a new Thread and return> to>> > the Client
> > what happens if the lightweight process takes an hour to finish?
> > Under what context is the process running
> > Is it running under the current Session.
> > How do I insure that It will run until it is completed
> >
> > Please point me to an artical
> > or give me some general Ideas
> >
> > Thanks you
> >
> >
> >
>
MS News Guest



Reply With Quote

