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

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -