Re: Need to run a program concurrently by multiple users

2006-03-22 Thread Jeff Pang
> > I have a build script which needs to run by multiple > users(concurrently). Currently only one user can run this program.What are > the code changes to make this program run concurrently. > Could you give more details explaining about why only one user can run your script? -- J

Re: Need to run a program concurrently by multiple users

2006-03-21 Thread Chad Perrin
On Tue, Mar 21, 2006 at 10:36:46PM -0800, prabhath g wrote: > > I have a build script which needs to run by multiple > users(concurrently). Currently only one user can run this program.What are > the code changes to make this program run concurrently. > That's pretty difficult to a

Need to run a program concurrently by multiple users

2006-03-21 Thread prabhath g
Hi, I have a build script which needs to run by multiple users(concurrently). Currently only one user can run this program.What are the code changes to make this program run concurrently. As I am a new comer to perl , I request you to give me advice/suggestions . Reg