Ticket #18 (new task)

Opened 2 months ago

Last modified 2 months ago

Implement per-thread callbacks of some kind

Reported by: hannes Assigned to: hannes@helma.at
Priority: normal Milestone: Helma NG 0.3
Component: helma-ng Version: Helma NG 0.2
Keywords: Cc:

Description

Now that request and response aren't globally reachable anymore, we need a way to let callbacks reach the current request and response object.

Change History

09/29/08 23:16:29 changed by hannes

I have parts of this figured out: in the setup module, there'll be a place to define 'plugins' to the webapp. Each plugin gets called before each request is evaluated to register callbacks etc., and after each request has been processed to complete its work. This is a much better approach for continuations, response logging, profiling etc. than the global callback functions we currently have.