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

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -