Link to home
Start Free TrialLog in
Avatar of omers
omers

asked on

Send response before private Module returns to Apache ?

While processing requests in our private module (all in design stage still...), we wish to start sending response to the user before the end of processing in the module.

We only know of one way to return data to Apache - that is by filling the request_rec and exiting the Module handler. Is there a different way of "pushing" a response (along with data to be sent) from handler back to Apache before the handler returns control ?

Thanx !
Omer.
ASKER CERTIFIED SOLUTION
Avatar of BigRat
BigRat
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of omers
omers

ASKER

BigRat,

Thx.

We downloaded mod_jk and saw it calls ap_rwrite to write chunks - do you know sthg about it ?

On an [un]related note, we cannot find developers documentation for basic things like the function above - apache.org only has a nicely formatted page where no info except for function decalaration is supplied ? - this question bugs us and will be worth more points...

thx again, Omer.
Avatar of omers

ASKER

BigRat,

Just logged-in after a while and saw this open question, so ... I have lots of points :)

Omer.