Hi all,
I've wanted to make a small IRC server for ages now, but each time I attempt to code it I get stuck on the networking part. I always want to build a massive socket server library that is multithreaded and can do connections on more than one port and handle all the sending and receiving, but now I am starting to doubt it's benefit vs cost. Is it wise to use a library for networking instead of building it directly into the application itself ?




Reply With Quote
