Beautiful. Thank you both.

- Ian S.


-----Original Message-----
From: Ian Bicking [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 22, 2002 1:48 PM
To: Matt Feifarek
Cc: Ian Sparks; Webware-Discuss "(E-mail)
Subject: RE: [Webware-discuss] Long Running Process...


On Wed, 2002-05-22 at 12:38, Matt Feifarek wrote:
> Look at TaskKit.
> 
> Or, roll your own by launching a threaded 'something' that waits 20
minutes,
> does its thing, then closes itself down.

It seems like spawning a new thread makes the most sense -- then that
thread can work away, email the user, and end.  As long as you don't
foresee lots of people starting processes all at once (so that you might
have to queue them, assuming it takes 20 minutes because it's
resource-intensive).

  Ian


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to