|
From: Matthew C. <mpc...@li...> - 2003-05-07 13:18:50
|
Might be worth taking a brief look at the apache module api. This could probably be improved upon as the request is purely a struct in apache whereas it could contain functionality if it were an object in java. They will have worked out about handlers accepting/denying a request etc, One url I found is this: http://httpd.apache.org/docs/misc/API.html#handlers Regards, Matt. Alexander Mueller wrote: > Hello, > > I am currently working on a generic system to extend insomnia's core by > external modules. Such modules would include a library to run CGI requests > (currently a core feature), send files gzipped, a cache manager (Matthew mentioned > this) and so on. I would really like to know whether you have any particular > ideas or suggestions for this. > > Thanks, > Alexander > |