Sunday, August 2, 2015

공부중 - python ipc

http://www.slideshare.net/dabeaz/an-introduction-to-python-concurrency
http://timgolden.me.uk/python/winsys/cookbook/ipc.html
https://docs.python.org/2/howto/sockets.html?highlight=ipc

http://stackoverflow.com/questions/7186876/whats-the-difference-between-named-pipe-and-mailslot-mailbox
따라서, python 에서도 mailslot을 이용한 통신으로 구현하면 될것으로 보인다.

No comments:

Post a Comment