[jboss-user] [EJB/JBoss] - SessionBeans and Files/Inputstream
moshe@egis-software.com
do-not-reply at jboss.com
Sun Jul 1 12:42:15 EDT 2007
What would be the most efficient way of passing files to session beans that could reside on other nodes in a cluster. i.e. a file is uploaded to machine A which needs to pass it to a session bean on machine B for processing. Keeping in mind that the files could get quite large and passing byte arrays doesn't seem to be an efficient use of memory. Will a FileInputStream created on Machine A work on Machine B or is the same thing as passing a byte array?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059460#4059460
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059460
More information about the jboss-user
mailing list