Re: Best way to spawn process on back end computer

2008-10-22 Thread Michael Sparks
sophie_newbie wrote: > Hi, > > I'm running a python cgi script on a frontend web server and I want it > to spawn another script (that takes a long time to run) on a backend > number crunching server thats connected to the same network. What do > you think is the best way to do this? I have a few

Re: Best way to spawn process on back end computer

2008-10-16 Thread Paul Boddie
On 16 Okt, 15:51, Robin Becker <[EMAIL PROTECTED]> wrote: > sophie_newbie wrote: > > I'm running a python cgi script on a frontend web server and I want it > > to spawn another script (that takes a long time to run) on a backend > > number crunching server thats connected to the same network. What

Re: Best way to spawn process on back end computer

2008-10-16 Thread Robin Becker
sophie_newbie wrote: Hi, I'm running a python cgi script on a frontend web server and I want it to spawn another script (that takes a long time to run) on a backend number crunching server thats connected to the same network. What do you think is the best way to do this? I have a few ideas but I

Re: Best way to spawn process on back end computer

2008-10-16 Thread Simon Brunning
2008/10/16 sophie_newbie <[EMAIL PROTECTED]>: > I'm running a python cgi script on a frontend web server and I want it > to spawn another script (that takes a long time to run) on a backend > number crunching server thats connected to the same network. What do > you think is the best way to do thi

Best way to spawn process on back end computer

2008-10-16 Thread sophie_newbie
Hi, I'm running a python cgi script on a frontend web server and I want it to spawn another script (that takes a long time to run) on a backend number crunching server thats connected to the same network. What do you think is the best way to do this? I have a few ideas but I'm sure there is a "bes