On Fri, Mar 21, 2008 at 1:35 AM, Meir Yanovich <meiry242@xxxxxxxxx> wrote: > i know there is allot of small web servers out there . > but i wander if some one did something with apache to embed it > thanks Apache is used with all kinds of different applications. But its architecture is not designed to be embedded into another program: it needs a control process and a pool of threads or processes, so it can't really live inside another process. Instead, you connect apache to other programs using apache modules that either run your code directly, or use some kind of communication with your program to handle HTTP tasks. How exactly to do this depends on the details of the problem at hand. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx