mod_perl weaknesses? help me build a case....

2000-04-05 Thread Soulhuntre
Hiya! Ok, we are getting ready to head out on a rather largish project, and it is time to settle on a set of tools. The primary issues: 1) Quick development 2) Ability to migrate easily to/from win2000 servers (Apache/win32 is fine) 3) Minimum arcane traps 4) Minimum destabilization of the

Re: mod_perl weaknesses? help me build a case....

2000-04-05 Thread Joel Reed
On Apr 05, [EMAIL PROTECTED] hacked the bitstream to say... Soulhuntre Hiya! Soulhuntre 1) It is VERY easy to have arcane errors in mod_perl code, and that code is Soulhuntre not as easily debugged as one could hope. While it seems that we can be very Soulhuntre careful with our own code and

Re: mod_perl weaknesses? help me build a case....

2000-04-05 Thread Andrew Wyllie
On Wed, 05 Apr 2000, Soulhuntre wrote: Hiya :) -Original Message- From: Ime Smits [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 6:57 AM To: [EMAIL PROTECTED] Subject: Re: mod_perl weaknesses? help me build a case Just because a lot of errors are openly

Re: mod_perl weaknesses? help me build a case....

2000-04-05 Thread Leslie Mikesell
According to Soulhuntre: Well, let me turn that around, has anyone succeeded in getting mod_perl running well on Apache on win2k? Your problem here is going to be that mod_perl is not thread-safe and will serialize everything when running under the threaded model that apache uses under

mod_perl compat on win32? RE: mod_perl weaknesses? help me build a case....

2000-04-05 Thread Soulhuntre
Hiya :) -Original Message- From: Leslie Mikesell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 1:34 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_perl weaknesses? help me build a case Your problem here is going to be that mod_perl is not thread

Re: mod_perl weaknesses? help me build a case....

2000-04-05 Thread ___cliff rayman___
the bible for doing that is here: http://perl.apache.org/guide/strategy.html#Alternative_architectures_for_ru cliff rayman genwax.com Michael Robinton wrote: if you use it as a back end to a lightweight front-end proxy which a busy site needs anyway. My site is starting to get "busy

RE: mod_perl weaknesses? help me build a case....

2000-04-05 Thread Russell D. Weiss
MR Wrote: My site is starting to get "busy enough". Are there some docs that explain how to to do this. Apache proxy has always seemed unclear to me, my lack of understanding really I've been using standard apache with mod_perl for several years now and have run squid in front of it, but

Re: mod_perl compat on win32? RE: mod_perl weaknesses? help me build a case....

2000-04-05 Thread Gunther Birznieks
Soulhuntre wrote: Hiya :) -Original Message- From: Leslie Mikesell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 1:34 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_perl weaknesses? help me build a case Your problem here is going