Hi, I have a requirement for sending a huge stream, created by uploading a 2GB file, using fileupload to a remote file share using Http. When I'm tried with java.net.HttpURLConnection, it was failing by throwing OutOfmemory error. 1) Can I make use of HttpClient in this scenario? 2)What's the max file size which can be send using HttpClient? 3)Is it request streaming which I have to use for this purpose.
My application is running on, Websphere Application Server ND 5.1. and the current max heap size of eah JVM is 768M. Any help is appreciated.. Thanks in advance -A -- View this message in context: http://www.nabble.com/Max-file-size-which-can-be-transmitted-using-HttPClient-tp19585600p19585600.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
