servlets - Start a thread as soon as a long post request comes in -


i trying upload image. need start synchronising thread http request comes in. presently grails code starts after entire post data has been received.

the controller in fact invoked request comes in. when image data fetched http request body code stall , wait upload finish.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -

java - How can I send the data from a imput type="file" to the controller? -