Re: [Rabbit-proxy-development] Getting Contentlength
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2007-01-08 22:10:06
|
Ingo Schr=F6der wrote: > for my assurance. Calling the method from the connection when filtering= =20 > it would bring the part of bytes transferred by this connection. And=20 > afterwards this counter would be set to null and by the next time only=20 > the new amount would be available. >=20 > So by saving the connection to a database and using some sql i would ge= t=20 > the slightly higher amount. Saving the connection to a database? a connection may be used to handle many requests. Depending on the user a connection _average_ something between 2 and 3 requests for the data I have seen. But yes, the TrafficLogger is cleared for each request. The variable is not set to null, it is cleared and reused. /robo |