Re: connection monitoring

2003-11-29 Thread Tom Schindl
> > - Original Message - > From: "Thomas Klausner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, November 29, 2003 2:19 AM > Subject: Re: connection monitoring > > > > Hi! > > > > On Sat, Nov 29, 2003 at 02:00:18

Re: connection monitoring still

2003-11-29 Thread Ged Haywood
Hi there, On Sat, 29 Nov 2003, John Michael wrote: > I'm trying to limit users to a certain folder to only 1 connection at a time. You've read the stuff that Randal's done I take it? http://www.stonehenge.com/merlyn/LinuxMag/col17.html There have also been several thread on this List which tou

Re: connection monitoring

2003-11-29 Thread Thomas Klausner
Hi! On Sat, Nov 29, 2003 at 02:49:20AM -0600, John Michael wrote: > But This: > > if ($h->r->connection->aborted) { > > would not be called until this > > $h->r->send_fd($fh); > > were already through. For a large file, wouldn't that it too late. > or would a real aborted connection cause se

Re: connection monitoring

2003-11-29 Thread John Michael
ausner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 29, 2003 2:19 AM Subject: Re: connection monitoring > Hi! > > On Sat, Nov 29, 2003 at 02:00:18AM -0600, John Michael wrote: > > Someone pointed me to checking the connection class for an abort.

Re: connection monitoring

2003-11-29 Thread Thomas Klausner
Hi! On Sat, Nov 29, 2003 at 02:00:18AM -0600, John Michael wrote: > Someone pointed me to checking the connection class for an abort. I found > info on this in the modperl cookbook..That seems useful if you want to > server your own files, but would take a lot of overhead if you had to > continue