node.js - Send IncomingMessage and ServerResponse to child process -
i'm trying write multithreaded application , need send http.incomingmessage , http.serverresponse objects child process created using child_process.fork(). there way so?
edit
more info do: i'm writing server application manage 'vhosts'. each vhost has own worker process, when server app receives http request, transfers corresponding vhost process. can't find way transfer underlying http.incomingmessage , http.serverresponse objects.
Comments
Post a Comment