Re: [Twisted-Python] C++ port of Twisted
June 12, 2007
1:22 p.m.
Have tou tried Boost Asio? http://asio.sourceforge.net/ Rodrigo Strauss
June 2007
3:08 p.m.
New subject: [Twisted-Python] C++ port of Twisted
Hello, 2007/6/12, Rodrigo Strauss wrote:
Have you tried Boost Asio?
Sorry for the late answer... Thanks to everybody who answered! Asio is indeed the kind of stuff I was looking for. It shares some concepts with Twisted. And the boost library makes C++ a bit more usable (but less readable). One missing piece is the Deferred object (multiple callbacks to the same event). It seems easy to add. My problem now is that it seems difficult to install my own reactor. I think I will stick with my own approximation of Twisted rewritten for C++, and switch to python once I have convinced everybody. Thanks again for your help, -- Amaury Forgeot d'Arc
6784
Age (days ago)
6792
Last active (days ago)
1 comments
2 participants
participants (2)
-
Amaury Forgeot d'Arc -
Rodrigo Strauss