billycripe: @jollysri depends on your fronting app. First decide if you want to go through the webdserver or direct via sockets to the content server.
2009-09-08 · Reply
BDunn_2009: Todays progress (server side): Sockets are up and running. The single user alert system has been added. I also have added an online count.
2009-09-07 · Reply
frederikhermans: Since the echo server doesn't close its sockets, you need to wait between two invocations until it can bind to port 1031 again.
2009-09-06 · Reply
frederikhermans: Unix echo server in C #twitcode, listening at localhost:1031 http://bit.ly/Xrckz. Beware, doesn't close its sockets/print errors!
2009-09-06 · Reply
offwhitemke: @cjibo How many active sockets can you really have for push on a single server? There are limits.
2009-09-02 · Reply
CaffeineHigh: Java RMI: somewhat easier than sockets. If only client calls to server threads could be consistently mapped. But no problem.
2009-08-28 · Reply