in reply to Best perl environment for mySQL server?

Hi,

I can't comment on this with respect to windows, but I've been using mod_perl 1.99_09 (Apache 2.0.47/Solaris 2.9/MySQL 4.0.15) at work for quite a while without any problems. (Before anyone jumps on me for not being quite up to date - these servers are on a private network, so security isn't a huge concern.) Performance is good, though my load is few, but relatively intense queries, and your mileage may vary. My understanding is that Apache 2 is worlds better than 1.x on Windows and if you go that route, you have to use mod_perl 2.0 (well, 1.99_12 as of this writing).

Good luck

  • Comment on Re: Best perl environment for mySQL server?

Replies are listed 'Best First'.
Re: Re: Best perl environment for mySQL server?
by Anonymous Monk on Dec 24, 2003 at 22:38 UTC
    Thanks, we're on mySQL 4.0.16 and have loaded 17 on the new server. It seems stable and performs as well or a little better. Have you run into any bugs with mod_perl 2 that are problems?