On Fri, 11 Jan 2002 [EMAIL PROTECTED] wrote:

> Dear all,
>
> Just wondering if anyone has found an elegant way to run a "fastcgi" type
> of filter with xmail under Windows where the executable that is spawned is
> a very fast binary that then communicates with a persistent perl
> interpreter or script, for instance.
>
> There is some data about doing this on webservers at www.fastcgi.com but
> it seems like a rather extensive job to create something like this from
> scratch -- ie, the binary itself, the persistent interpreter that would
> have to basically run as a service on some tcp/ip port, etc.
>
> It seems like this would be the preferable way to run filters as even
> under heavy load the impact on the server would be minimal.
>
> Any ideas would be of interest.

Yes, i know fastcgi and i used it with apache. The idea is good because
you can easily have a _very_light_ C program that communicate with the
real filter program ( typically heavy ) and avoid to respawn it at every
run.




- Davide


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to