Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

It's possíble to use the recently released 1.0 version of the atmosphere framework with spring portlet mvc ? I have a portlet that makes multiple ajax calls and i would like to process them all in parallel in the server.

I'm using weblogic and the problem is that the server is queuing my requests. They are trully parallel when they leave the browser, but when they reach the server they are being enqueued.

What I would like is something similar to the assyncronous controller concept of spring 3.2 but in servlet 2.5 through the atmosphere framework

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.