code cache

1999-10-18 Thread Neeme Vool
Hi, as I can see, my first letter didn't get any attention. I think such "behavior" is very weird: Lets consider two separate files, with different names: first.html html [-$qstr="/trtickets/solvermodules/contract_ver2_refuse.html?$fdat{blaah}";-] a href="[+$qstr+]"Blaah/a

mod_perl with APXS plus Raven equals segfault

1999-10-18 Thread Steve Snodgrass
I've been using mod_perl with Raven's SSL package for some time now, but I'm building a refresh of our environment with new versions of everything and I ran into trouble. I decided to use APXS this time instead of building mod_perl statically. Everything compiled and installed fine but Apache

Re: Apache::ASP

1999-10-18 Thread Joshua Chamas
Devarajan MN wrote: Hi, I have to use Apache::ASP for a project of mine. The client wants to have a java applet which will send some information in an encrypted fashion to the ASP . The ASP will have to recieve this encrypted information and then send it to the apache server. I

Re: More on web application performance with DBI

1999-10-18 Thread Tim Bunce
On Mon, Oct 18, 1999 at 07:08:09AM -0700, Michael Peppler wrote: Tim Bunce writes: On Fri, Oct 15, 1999 at 11:42:29AM +0100, Matt Sergeant wrote: On Fri, 15 Oct 1999, Perrin Harkins wrote: On Thu, 14 Oct 1999, Jeffrey Baker wrote: Zero optimization: 41.67 requests/second

How to disconnect persistent db connections when killing httpd

1999-10-18 Thread Oleg Bartunov
Hi, I keep persistent db connections and would like to explicitly disconnect db when killing httpd. I have custom module where I initialize db connection, prepare sth's ( will use them in Mason components ) once for per children and several methods which have deal with my database. Here I have