> The advantage of not having to drop all the connections to your apache server in order to roll the logs is VERY significant if you're trying to do business via your web server. Many things can be very stateful... There are a couple of different ways to handle this, but not many, and they basically involve do some for of pipe ( "|" ) logging. > http 1.0, which is what most clients still speak, is stateless: connections are torn down after each request/response. I think it's rather daring to assume a persistent connection in your web app design. We save our state on the clients, & have been rolling the logs without complaint for 5-6 years now. YMMV. -- Rich Fuchs rbfat_private (*nix systems programmer, Research Libraries Group) --------------------------------------------------------------------- To unsubscribe, e-mail: loganalysis-unsubscribeat_private For additional commands, e-mail: loganalysis-helpat_private
This archive was generated by hypermail 2b30 : Tue Jan 29 2002 - 15:04:22 PST