Re: tux - incomplete requests

Ingo Molnar <[email protected]> Thu, 12 Aug 2004 12:10:58 +0200
Newsgroups gmane.network.tux
Message-ID <[email protected]>
it will be pushed into the workqueue next time the networking layer sees
any event happening on that socket. (or a timeout occurs.)

	Ingo

* [email protected] <[email protected]> wrote:

> hi,
> 
> in which function do incomplete tux requests get pushed back into the
> workqueue?
> 
> i notice that if proto->parse_request returns 0 (signalling an incomplete
> request), parse_request simply calls add_tux_atom(req, parse_request) without
> calling add_req_to_workqueue, which makes sense since otherwise
> process_requests might loop forever, resulting in a busy-poll...
> but in that case, where does the incomplete request get pushed back
> into the workqueue?
> 
> sapan