> On Mar 10, 2015, at 5:08 AM, Yann Ylavic <[email protected]> wrote:
> 
> On Tue, Mar 10, 2015 at 12:39 AM,  <[email protected]> wrote:
>> Author: ylavic
>> Date: Mon Mar  9 23:39:05 2015
>> New Revision: 1665385
>> 
>> URL: http://svn.apache.org/r1665385
>> Log:
>> motorz: revert bogus r1665381.
> 
> How about using a timer per connection, eg :
> This also avoids allocating the timers on scon->pool and saves the
> pool_cleanup_register()/kill() whenever a timer is registered/killed
> (motorz_conn_pool_cleanup() is now registered once at creation time
> and will determine itself whether or not it needs to deregister its
> timer, based on expires [=!]= 0).

Sounds good... 

Reply via email to