Hi all. I am still in the beginning stages of my investigation, and would 
really like your input...

We have a servlet that reads from an input stream and writes to a output 
stream. The data comes in byte by byte, and the servlet transfers the data.

Now the issue is - in a cluster, what if the input request and output requests 
are on two different machines? ie, the input byte comes in on one instance, but 
the output request has connected to another instance. Now it becomes necessary 
to transfer data (byte by byte) between two instances/machines.

I could make this a singleton service so that all the streaming requests go to 
the same machine. However, since this is a big part of what we do, having just 
one machine to do it sort-of defeats the purpose of having a cluster.

Any other ideas? Hope my question is clear - if not, just ask and I will 
provide more info.

Thanks, Abby.

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to