java - Asynchronous File Upload Servlet -


is recommended use asynchronous or nio servlet file upload? if so, sample code start great me.

i'd know version of tomcat supports async / nio servlet too.

no...

...use standard blocking io stuff.

nio not automagically translate 'faster' old school blocking io. in fact, many people have reported degraded performance asynchronous nio implementations years, on top of code being considerably more complex code, understand, maintain , debug.

if doesn't scare off, remember 2 important engineering concepts:


Comments

Popular posts from this blog

sql server - python to mssql encoding problem -

java - SNMP4J General Variable Binding Error -

c# - BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService -