Re: [PHP] Running a Java Program

2006-10-27 Thread Richard Lynch
On Thu, October 26, 2006 6:48 pm, Prathaban Mookiah wrote: > I have a situation where, when the user logs into the system (Apache > 2/PHP > 5.1/Win XP) the php script should activate a Java program to run in > the > background. This program will keep running in the background while > everytime > th

Re: [PHP] Running a Java Program

2006-10-27 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-10-27 06:28:15 +0600: > Ray, > > Nope - I cannot have the program running all the time because the port that > it this program will connect to will be accessed by other programs too. So it > needs to run only when the user is online and logged into the system. > > Any

Re: [PHP] Running a Java Program

2006-10-26 Thread Ray Hauge
On Thursday 26 October 2006 7:28 pm, Prathaban Mookiah wrote: > Ray, > > Nope - I cannot have the program running all the time because the port that > it this program will connect to will be accessed by other programs too. So > it needs to run only when the user is online and logged into the system

Re: [PHP] Running a Java Program

2006-10-26 Thread Prathaban Mookiah
--- From: Ray Hauge <[EMAIL PROTECTED]> To: php-general@lists.php.net Cc: "Prathaban Mookiah" <[EMAIL PROTECTED]> Sent: Thu, 26 Oct 2006 18:39:26 -0500 Subject: Re: [PHP] Running a Java Program > On Thursday 26 October 2006 6:48 pm, Prathaban Mookiah wrote: > > Hello List, &

Re: [PHP] Running a Java Program

2006-10-26 Thread Ray Hauge
On Thursday 26 October 2006 6:48 pm, Prathaban Mookiah wrote: > Hello List, > > I have a situation where, when the user logs into the system (Apache 2/PHP > 5.1/Win XP) the php script should activate a Java program to run in the > background. This program will keep running in the background while >