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

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -