Re: [Pythonmac-SIG] pythonw stay open

2005-12-07 Thread has
Christopher Barker wrote: >has wrote: >>CGI's always going to be expensive as it starts a new process for each >>request. And yeah, if it's a GUI process then the overheads will bite even >>more. > >Yes, but it sounded like the OP was getting over a second start-up time. This >is very long, so

Re: [Pythonmac-SIG] pythonw stay open

2005-12-07 Thread has
Ryan Wilcox wrote: >I have a bunch of CGIs that make use of pythonw (+cgiwrap) to allow me >to send AppleEvents (via appscript) to applications on the web server >machine. CGI's always going to be expensive as it starts a new process for each request. And yeah, if it's a GUI process then the o

Re: [Pythonmac-SIG] pythonw stay open

2005-12-06 Thread Nicholas Riley
On Wed, Dec 07, 2005 at 06:18:49AM +, Ryan Wilcox wrote: > Hello all, > > I have a bunch of CGIs that make use of pythonw (+cgiwrap) to allow me > to send AppleEvents (via appscript) to applications on the web server > machine. > > Everytime I hit one of these CGIs, pythonw launches a Pyt

[Pythonmac-SIG] pythonw stay open

2005-12-06 Thread Ryan Wilcox
Hello all, I have a bunch of CGIs that make use of pythonw (+cgiwrap) to allow me to send AppleEvents (via appscript) to applications on the web server machine. Everytime I hit one of these CGIs, pythonw launches a Python application (which makes sense). While this machine is under heavy-is