473,421 Members | 1,545 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,421 software developers and data experts.

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

Nov 17 '05 #1
2 1621
Take a look at delegation and/or making a asynchronous calls...
"MS News" <sq**********@hotmail.com> wrote in message
news:#3*************@TK2MSFTNGP09.phx.gbl...
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

Nov 17 '05 #2
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" <da********@n.o.s.p.a.m.monacocoach.com> wrote in message
news:uF**************@tk2msftngp13.phx.gbl...
Take a look at delegation and/or making a asynchronous calls...
"MS News" <sq**********@hotmail.com> wrote in message
news:#3*************@TK2MSFTNGP09.phx.gbl...
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


Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: C Gillespie | last post by:
Dear All, I have a function def printHello(): fp = open('file','w') fp.write('hello') fp.close() I would like to call that function using spawn or fork. My questions are:
3
by: Lingyun Yang | last post by:
Hi, I want to use python as a "shell like" program, and execute an external program in it( such as mv, cp, tar, gnuplot) I tried: os.execv("/bin/bash",("/usr/bin/gnuplot",'-c "gnuplot <...
2
by: Derek Basch | last post by:
Hello, *First question* If the syntax of spawnl is: spawnl(mode, path, ...) Why does everyone write it like:
1
by: googlemike | last post by:
I'm trying to use Python and PyGTK + Glade, along with Bash. I want to make a GUI for the Linux vpnclient command-line tool. (Look for linux-vpnclient.tar.gz on the Internet if you are curious.)...
3
by: cider123 | last post by:
I have a simple Window Service that loads up a list of Folders to monitor, along with parameters for a maintenance profile. Every time the interval is reached, the Window Service spawns off a...
3
by: jeremyfee | last post by:
The spawn* and exec* functions appear to escape asterisks, I'm guessing all shell characters too, before the spawn/exec'ed process sees them. Is there a way around this? Not sure if this is a...
2
by: patelxxx | last post by:
I'm trying to run CGI file and the URL i'm using is: http://localhost/cgi-bin/names.cgi and the names.cgi is located at: C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/names.cgi ...
3
by: somuchh8 | last post by:
Hi, I'm having a lot of trouble with the Win32::Spawn module in perl. Here is my situation, I have a Win32::Spawn call which looks like this: my $success = undef; my $cmdline =...
4
by: Brendan Miller | last post by:
I want to spawn a child process based on an external executable that I have the path for. I then want to wait on that executable, and capture it's output. In the os module, fork is only...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.