On Sat, Nov 17, 2001 at 02:21:40PM -0600, Glyph Lefkowitz wrote:
On Sat, 2001-11-17 at 13:26, Kevin Turner wrote:
it seems like this should be at most two lines long:
- create Process
- designate the web Request as a consumer of the Process.
[...] wrong. [...] you would be abandoning any further output to that webpage; the Process would take over and close it.
Well, for the purposes of discussion, because I don't understand how to best use Process, let's say that's acceptable behavour. It's okay if the request is considered finished as soon as the process is. Now, how would I do it?