[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] mod_interchange timeout
>
> Can anyone tell me what is the timeout on link in apache's
> mod_interchange? It does not appear to be using the src/config.h
> but internal apache code:
>
> ap_reset_timeout( r );
>
I would expect it to use internal Apache module API code.
ap_hard_timeout("something",r) <-- set a new "hard" timeout
ap_soft_timeout("something",r) <-- set a new "soft" timeout
ap_reset_timeout(r) <-- reset a timeout to its original value
ap_kill_timeout(r) <-- completely clear a timeout
"r" is a (request_rec *) in the above examples, of course.
Maybe the header file you are looking for is "http_main.h".
You may find this useful: http://httpd.apache.org/dev/apidoc/
--
_/ _/ _/_/_/_/ _/ _/ _/_/_/ _/ _/
_/_/_/ _/_/ _/ _/ _/ _/_/ _/ K e v i n W a l s h
_/ _/ _/ _/ _/ _/ _/ _/_/ kevin@cursor.biz
_/ _/ _/_/_/_/ _/ _/_/_/ _/ _/