elisp-ffi icon indicating copy to clipboard operation
elisp-ffi copied to clipboard

Use sockets for communication?

Open atomontage opened this issue 9 years ago • 1 comments

Seems a lot cleaner, no more subprocess output mixing problems, easy bidirectional communication for callbacks and you could also provide an optional asynchronous api, with no extra work.

atomontage avatar Aug 09 '15 13:08 atomontage

That's a really good idea. I've run into similar subprocess issues on other Elisp projects and this approach would also help with those as well. The process' standard IO would just be for initially communicating a port.

skeeto avatar Aug 12 '15 15:08 skeeto