Hello,

I need a design hint for the following application scenario:

I have to process data in near real time which arrives in short intevalls from various 
identical sources. Before the data can be processed by an object (Session or POJO) the 
object has to set-up its internal configuration data. The setup procedure for this 
configuration data is more epensive than the final data processing.

What would be the best pattern to get this done?

1) Simply using stateful beans seems to be no option because there are too many 
external data sources and the external data reciever must not wait for the data 
processing to finish.

2) Ideal would be MDBs, but how can I make sure that they are properly reused and 
there are not too many new instances created, as this is quite expensive and memory 
consuming?

Is there anyone with a bright idea or someone who has solved a similar situation?

Best regards
Alex 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844239#3844239

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844239


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to