Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users

handle async requests

 

 

Apache users RSS feed   Index | Next | Previous | View Threaded


bernhard.poechtrager at fabasoft

May 11, 2012, 5:12 AM

Post #1 of 1 (110 views)
Permalink
handle async requests

Hello

I am trying to work with asynchronous requests.
With synchronous requests everything WORKS fine.
I write it like mod_dialup.c.
The result is that every second request is unsuccessful (The Browser is loading the whole time). I think the problem is in the line " rv = ap_queue_pop_something(worker_queue, &csd, &cs, &ptrans, &te);" in the methode "static void *APR_THREAD_FUNC worker_thread(apr_thread_t * thd, void *dummy)" in the event.c file.

The relevant Code of the handler is:
ap_mpm_register_timed_callback(apr_time_from_msec(1000),callback,prr);
return SUSPENDED;

The callback method:
static void callback(void* data)
{
request_rec* prr = (request_rec*) data;
ap_finalize_request_protocol(prr);
ap_process_request_after_handler(prr);
}

I hope you understand and solve my problem.

Thank you
Bernhard

Apache users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.