Grails background call vie camle or background-thread

Posted by user304217 on Stack Overflow See other posts from Stack Overflow or by user304217
Published on 2010-03-29T13:00:06Z Indexed on 2010/03/29 13:03 UTC
Read the original article Hit count: 147

Filed under:

I need to improve the response time for a Grails application, so I need to use concurrent processing to separate work that can be done after the users web page is refreshed

It seems like the Camel and background-thread plugins can do this for me. I tried the Camel way, but get 'Session does not exists' errors, which looks like hibernate can not operate in an Camel acynchonouse call.

In the background-thread description they mention that they solved this problem.

Can any one tell me which which will be the better choice and which ones plays nicely with Hibernate?

All the best Ulrich

© Stack Overflow or respective owner

Related posts about grails