Archive for October 19th, 2006

Thursday, October 19th, 2006

TCP/IP SOCKET_LIST[FD_SETSIZE] = 200

TCP/IP socket programming is a forgotten art. Thanks to simplified APIs, any Dumb and Dumber character can code something that works like a chimp.
If you’ve written TCP/IP socket server in C language on iSeries before, you would have encountered that FD_SETSIZE == 200. You would also realized that you’d typically declare socket_list[FD_SETSIZE], thus limiting the […]

No Comments » - Posted in Techs by datacrush