Thread: Networking : sockets vs. boost

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    45

    Networking : sockets vs. boost

    I kinda want to just say "Discuss", but I'm not going to :P

    These two wonderful suggestions were made to me in my other thread (thanks!!). I was up until the early hours reading about them, but I really can't decide which to use.

    If I am looking for maximum cross platform performance, which of these libraries should I be using?

    I will be transporting both UDP and TCP data.

    Thank you.
    we are one

  2. #2
    Registered User
    Join Date
    Apr 2007
    Posts
    45
    I've decided to write a C library to handle my sockets.

    I have a few reasons for deciding this :

    1) boost, though undoubtedly cool looking, seems to provide additional abstraction which I personally find makes it harder to understand why something works (and if you can't understand why, you have very little chance of getting close to what you want it do to!).

    2) I fear it would implement additional, needless code (though I really don't know whether i'm worrying over this for nothing).

    3) I like C and it gives me an excuse to use some. C++ is wonderful, but it makes my eyes bleed sometimes.

    I'm surprised no one had any opinion regarding this... Maybe you could shoot down my reasons for me instead?

    Thanks anyway!
    we are one

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Boost Auto-Linking
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 12-30-2007, 06:11 AM
  2. Integrating Boost with STLPort
    By Mario F. in forum Tech Board
    Replies: 1
    Last Post: 11-11-2006, 06:49 AM
  3. Starting window sockets
    By _Cl0wn_ in forum Windows Programming
    Replies: 2
    Last Post: 01-20-2003, 11:49 AM
  4. Beyond MFC : COM || Networking
    By kuphryn in forum Windows Programming
    Replies: 5
    Last Post: 04-25-2002, 04:28 PM
  5. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM