OK ! When opening an IPC channel, it's finally only about writing on the right filedescriptor :
http://stackoverflow.com/questions/23804434/python-process-forked-by-nodejs-alternative-to-process-send-for-python/23854353#23854353 On Friday, May 23, 2014 7:30:59 PM UTC+2, Alexandre Strzelewicz wrote: > > Thanks for this information, do you know where these socket files are > stored ? > If I see that its complicated to implement I will go to another alternative > > On Friday, May 23, 2014 10:39:19 AM UTC+2, greelgorke wrote: >> >> ah sorry. i missed, that the package is wip. >> >> Am Donnerstag, 22. Mai 2014 22:39:15 UTC+2 schrieb Alexandre Strzelewicz: >>> >>> Hello, >>> >>> I'm spawning a Python script in NodeJS via .spawn() and I would like to >>> know if there is an alternative to do a `process.send()` with Python ? >>> >>> What is the spec of the NodeJS IPC ? System V IPC vs POSIX IPC ? >>> >>> Thanks, >>> >>> -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/c60afb52-aa84-488c-a29d-0d95fa0fcbf3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
