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.
- what application in case of failure or success?
- could user continue without caring if previous action succeeded or failed?
cannot comment on technical issues without knowing more system architecture.
Comments
Post a Comment