anonymous wrote : 
  | but at least you won't have to load the whole file in memory (which would 
have to do otherwise if not streamed). 
  | 

Which is the limitation to this simple fileDrop command I am implementing - the 
entire file contents must be shipped to the remote service that will write the 
file on the remote box.

What if you need to ship the file to several remote endpoints (as in the case 
when you want to remotely write out a config file or deployment sar to multiple 
nodes on the network) - you would need mulitple remote streams, no?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to