Re: Apache error logging under mod_perl

2006-04-04 Thread Tom Schindl
Yes the same applies to Apache-1.3: http://www.jsw4.net/info/list-archives/mod_perl/05-wk22/msg00045.html Tom Jonathan Field wrote: > Thanks Tom, good info I had not come across before! The page refers to > Apache 2, but they must have backported this to Apache 1.3 at some point > as well. >

Re: [mp2] $req->main->is_initial_req == 0 ???

2006-04-04 Thread Torsten Foertsch
On Monday 03 April 2006 23:18, Michael McLagan wrote: >     "Main" to me says the one that was received by the server over the >     internet -- from the client -- ie no matter how many requests deep >     we are at any given point, main() always returns the top most item >     on the pile.  In tha

Re: Database transaction across multiple web requests

2006-04-04 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Granted, I use a few MySQL features for this; I'm not sure if LIMIT exists in postgresql, and I'm fairly sure that the SQL_CALC_FOUND_ROWS directive (which will return the total rows in a select statement regardless of the LIMIT directives) doesn't.

Re: [OT] Database transaction across multiple web requests

2006-04-04 Thread Issac Goldstand
Greg Sabino Mullane wrote: > >>> Granted, I use a few MySQL features for this; I'm not sure if LIMIT >>> exists in postgresql, and I'm fairly sure that the SQL_CALC_FOUND_ROWS >>> directive (which will return the total rows in a select statement >>> regardless of the LIMIT directives) doesn't...