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