You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Luis Fernando Gallegos Valencia <lf...@pichincha.com> on 2004/01/21 15:38:33 UTC

[users@httpd] Re: [SPAM] - RE: [users@httpd] Apache Modules - Email found in subject

On Wed, 2004-01-21 at 18:59, Kaneshanathan Srivisagan wrote:
>hi,
>thanks Boyle Owen for the info. but what i am having is a c++ program
>to handle all the stuff i required. what i wanted is to add this to the
>apache server. The program should run with apache core for the life
>time of httpd and serve the web requests.
>Is it possible?

- You can find information here (test if it is thread safe):
www.fastcgi.com

- Also you can make a server program  that communicates with your apache
programs using sockets or IPCs.

	Luis




On Wed, 2004-01-21 at 18:59, Kaneshanathan Srivisagan wrote:
> hi,
> thanks Boyle Owen for the info. but what i am having is a c++ program
> to handle all the stuff i required. what i wanted is to add this to
> the apache server. The program should run with apache core for the
> life time of httpd and serve the web requests.
> Is it possible?
>  
> any one have ideas to implement it in C++.
> please help me.
>  
> visagan 
>  
> -------Original Message-------
>  
> From: users@httpd.apache.org
> Date: Wednesday, January 21, 2004 01:10:56 AM
> To: users@httpd.apache.org
> Subject: RE: [users@httpd] Apache Modules
>  
> > IncrediMail - Email has finally evolved - Click Here
> 
> No it hasn't - it is horrible! Plain text please!
> 
> If your CGI is perl-based, you might try mod_perl. It loads a perl
> interpreter into apache at start-up and allows you to keep
> applications
> in memory. Check mod_perl docs for details (http://perl.apache.org/).
> 
> Rgds,
> Owen Boyle
> Disclaimer: Any disclaimer attached to this message may be ignored. 
> 
> 
> -----Original Message-----
> From: Kaneshanathan Srivisagan [mailto:visagan@millenniumit.com]
> Sent: Mittwoch, 21. Januar 2004 21:15
> To: users@httpd.apache.org
> Subject: [users@httpd] Apache Modules
> 
> 
> Hi ,
> Can i have a memory persistent module in apache?
> I used a dynamic module.it serves the request and as soon as it is
> completed it goes out of memory. but i want it to be in memory 
> If anybody knows about it please reply.
> visagan
> 
> 
> 
> 
> ____________________________________________________
>   IncrediMail - Email has finally evolved - Click Here
> 
> ______________________________________________________________________
> 
> ---------------------------------------------------------------------
> 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@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org