Project

General

Profile

plugin for FD transfer

Added by aalap.shah almost 13 years ago

Hi,

I have a very simple use case. I have lighttpd running on port 80 and there are few other servers running locally on the same system but on different ports. I want lighttpd to forward the file descriptor of the request connection to other local server based on the request url. I specifically want to avoid reading the connection again at the secondary server's end for the same request so I prefer doing the FD transfer directly. Is there any current module for FD transfer or would I have to write one? and would this be a good idea to actually write a module for this or is there any other better solution for my problem?

Thanks in advance,
Aalap


Replies (1)

RE: plugin for FD transfer - Added by aalap.shah almost 13 years ago

Hi,

Sorry I meant my other servers are running as unix sockets servers and not on different ports.

Aalap..

    (1-1/1)