java asynchronous task.

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-05-18T15:44:14Z Indexed on 2010/05/18 15:50 UTC
Read the original article Hit count: 277

Filed under:

For some of HTTP requests from clients, there was very complex business logic in server side. Some of these business logics doesn't require to response to the client immediately, like sending a email to somebody. Can I put those tasks in an asynchronous method.

© Stack Overflow or respective owner

Related posts about java