From: Dana R. <chr...@ho...> - 2003-05-07 14:45:36
|
<html><div style='background-color:'><DIV> <P>Looking at the Apache api, I'd be worried about using objects to duplicate their struct because there are so many fields. That could become a problem if the server was getting too much traffic since we don't have direct control over object de-allocation and that memory use is a concern. To compensate for that, some of the fields could be compressed if we used integers instead of strings where we can have defined values for different protocols, methods, etc.</P> <P>For the module why just not stick with a class of static methods for now instead of using a more complicated approach.</P> <P>Dana.<BR></P></DIV> <DIV></DIV>>From: Matthew Cooke <MPC...@LI...> <DIV></DIV>>Reply-To: ins...@li... <DIV></DIV>>To: ins...@li... <DIV></DIV>>Subject: Re: [insomnia-httpd-devel] Module System <DIV></DIV>>Date: Wed, 07 May 2003 14:18:44 +0100 <DIV></DIV>> <DIV></DIV>>Might be worth taking a brief look at the apache module api. This <DIV></DIV>>could probably be improved upon as the request is purely a struct in <DIV></DIV>>apache whereas it could contain functionality if it were an object <DIV></DIV>>in java. <DIV></DIV>> <DIV></DIV>>They will have worked out about handlers accepting/denying a request <DIV></DIV>>etc, <DIV></DIV>> <DIV></DIV>>One url I found is this: <DIV></DIV>> <DIV></DIV>>http://httpd.apache.org/docs/misc/API.html#handlers <DIV></DIV>> <DIV></DIV>>Regards, <DIV></DIV>>Matt. <DIV></DIV>> <DIV></DIV>>Alexander Mueller wrote: <DIV></DIV>>>Hello, <DIV></DIV>>> <DIV></DIV>>>I am currently working on a generic system to extend insomnia's <DIV></DIV>>>core by <DIV></DIV>>>external modules. Such modules would include a library to run CGI <DIV></DIV>>>requests <DIV></DIV>>>(currently a core feature), send files gzipped, a cache manager <DIV></DIV>>>(Matthew mentioned <DIV></DIV>>>this) and so on. I would really like to know whether you have any <DIV></DIV>>>particular <DIV></DIV>>>ideas or suggestions for this. <DIV></DIV>>> <DIV></DIV>>>Thanks, <DIV></DIV>>>Alexander <DIV></DIV>>> <DIV></DIV>> <DIV></DIV>> <DIV></DIV>> <DIV></DIV>> <DIV></DIV>>------------------------------------------------------- <DIV></DIV>>Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa <DIV></DIV>>Clara <DIV></DIV>>The only event dedicated to issues related to Linux enterprise <DIV></DIV>>solutions <DIV></DIV>>www.enterpriselinuxforum.com <DIV></DIV>> <DIV></DIV>>_______________________________________________ <DIV></DIV>>insomnia-httpd-devel mailing list <DIV></DIV>>ins...@li... <DIV></DIV>>https://lists.sourceforge.net/lists/listinfo/insomnia-httpd-devel <DIV></DIV></div><br clear=all><hr>Help STOP SPAM with <a href="http://g.msn.com/8HMIENCA/2731??PS=">the new MSN 8 </a> and get 2 months FREE*</html> |