java - Hard time choosing ... IO vs NIO -


i ask more appropriate choose when developing server similar smartfoxserver. intend develop similar yet different server. in benchmarks made ones developed above server had 10000 concurrent clients. made bit of research regarding cost of using many threads(>500) cannot decide way go. once made server in java small application , had nothing heavy loads.

thanks

take @ apache mina. they've done alot of heavy lifting required use nio in networking application. whether or not nio increases ability process concurrent connections depends on implementation, performance boosts in tomcat, jboss , jetty plenty evidence in positive.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -