Since Boost does not have a library for TCP/IP, I was wondering what OO interface to sockets is most popular with Boost users? Greg Silverman Northrop Grumman Sunnyvale, CA
I've used Rogue Wave's SourcePro Net product and found it clean and useful. In implementing a useful server, I also had to use their Threads product. Whatever you do, pay attention to boost.threads in implementing a TCP/IP using library! Greg Silverman wrote:
Since Boost does not have a library for TCP/IP, I was wondering what OO interface to sockets is most popular with Boost users?
Greg Silverman Northrop Grumman Sunnyvale, CA
Greg Silverman wrote:
Since Boost does not have a library for TCP/IP, I was wondering what OO interface to sockets is most popular with Boost users?
Giallo http://giallo.sourceforge.net is a work-in-progress candidate for a future Boost sockets library. Aaron W. LaFramboise
participants (3)
-
Aaron W. LaFramboise
-
Greg Silverman
-
Jeffrey Holle