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
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
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
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>
> "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'
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
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
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