RE: Dynamic loading of development libraries

2001-03-06 Thread Rob Bloodgood
> I'm currently a developer for an on-line publication using Apache / > mod_perl / Mason. We currently have about six developers working on the > project and I have been running into problems with concurrent work on the > Perl libraries that power our site. Just a few days ago, somebody suggeste

RE: Dynamic loading of development libraries

2001-03-03 Thread Steven Vetzal
erris [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 03, 2001 12:30 PM To: [EMAIL PROTECTED] Subject: Dynamic loading of development libraries I'm currently a developer for an on-line publication using Apache / mod_perl / Mason. We currently have about six developers working on the p

RE: Dynamic loading of development libraries

2001-03-03 Thread Stathy Touloumis
Or set MaxClients to 1 if you do not have too many developers and/or your development server doesn't suck ; ) > There are 2 realistic solutions to your problem : > > 1. run a web server for each user ( a good solution in my opinion ) > 2. wait for Doug to finish up mod_perl 2.0 > > I know the pr

Re: Dynamic loading of development libraries

2001-03-03 Thread Philippe M \. Chiasson
On Sat, Mar 03, 2001 at 12:30:06PM -0500, Brian Ferris wrote: > I'm currently a developer for an on-line publication using Apache / > mod_perl / Mason. We currently have about six developers working on the > project and I have been running into problems with concurrent work on the > Perl librarie

Re: Dynamic loading of development libraries

2001-03-03 Thread Steven Lembark
> I'm currently a developer for an on-line publication using Apache / > mod_perl / Mason. We currently have about six developers working on the > project and I have been running into problems with concurrent work on the > Perl libraries that power our site. > > We use CVS to manage revisions, b

Re: Dynamic loading of development libraries

2001-03-03 Thread Stas Bekman
On Sat, 3 Mar 2001, Brian Ferris wrote: > I'm currently a developer for an on-line publication using Apache / > mod_perl / Mason. We currently have about six developers working on the > project and I have been running into problems with concurrent work on the > Perl libraries that power our site

Dynamic loading of development libraries

2001-03-03 Thread Brian Ferris
I'm currently a developer for an on-line publication using Apache / mod_perl / Mason. We currently have about six developers working on the project and I have been running into problems with concurrent work on the Perl libraries that power our site. We use CVS to manage revisions, but the only w