RE: Development Environment

2001-02-01 Thread Stathy Touloumis
With the 'MaxRequestsPerChild' setting to 1 this seems to be fairly effective. I am not running into any of these issues I ran into before with namespace collision. I am not sure how this would scale for larger teams ( 20+ developers ) but it will do for our environment. > I also thought about

RE: Development Environment

2001-02-01 Thread Stathy Touloumis
I actually was nearlly successful in accomplishing some sort of mechanism by which developer packages can be mapped to a virtual package which the real package points to (did this make sense?). Anyway, it needed to tap into the symbol table way too extensively and ran into several problems. I al

Re: Development Environment

2001-01-31 Thread Gunther Birznieks
I agree. I've seen many people try to do shared memory/cached programming in one server and it just doesn't work very well in practice. It only takes one programmer a typo to take everyone else down until the bug is fixed. From Jakarta/Tomcat to IIS to Apache/mod_perl. Developers having their

Re: Development Environment

2001-01-31 Thread Andrew Ho
Hello, AH>What if there are 20 mod_perl developers at your company? You either need AH>to do admin work to partition the developers by what modules they write, AH>or run 20 Apache instances, which may be very expensive. VK>And these 20 developers don't have workstations of their own? You can VK>

Re: Development Environment

2001-01-31 Thread Vivek Khera
> "AH" == Andrew Ho <[EMAIL PROTECTED]> writes: AH> What if there are 20 mod_perl developers at your company? You either need AH> to do admin work to partition the developers by what modules they write, AH> or run 20 Apache instances, which may be very expensive. And these 20 developers don'

Re: Development Environment

2001-01-31 Thread G.W. Haywood
Hi Andrew, On Wed, 31 Jan 2001, Andrew Ho wrote: > What if there are 20 mod_perl developers at your company? You either need > to do admin work to partition the developers by what modules they write, > or run 20 Apache instances, which may be very expensive. Yes, it's a lot of work to set up an

Re: Development Environment

2001-01-31 Thread Andrew Ho
Hello, ST>I was wondering if anyone has successfully setup a development ST>environment to allow for multiple development copies of modules used ST>within Mason components. Also, to have the appropriate changes to the ST>modules shown within the development environment. This can also be a genera

Re: Development Environment

2001-01-30 Thread G.W. Haywood
Hi there, On Tue, 30 Jan 2001, Stathy Touloumis wrote: > I was wondering if anyone has successfully setup a development environment > to allow for multiple development copies of modules used within Mason > components. Also, to have the appropriate changes to the modules shown > within the devel