multithreading - Spinning a new java thread to do db work for better UI responsiveness -


i have old application, uses jdbc access db. have page handles edits record, , thinking of spinning new thread when save button hit, user not have wait response.

are there things need concerned in doing this?

handling workflow in asynchronous model i'd concerned about.

  1. what application in case of failure or success?
  2. could user continue without caring if previous action succeeded or failed?

cannot comment on technical issues without knowing more system architecture.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -