Rank: Member Groups: Member
Joined: 8/3/2006 Posts: 5 Points: 0
|
Hello,
We are currently using the ActiveX uploader and would like to switch over to Dual. However, I am having an issue with the Java version of the uploader. Right now I am testing it in IE6 under Windows XP. Server is also XP Pro (the same machine).
The issue is that the Java uploader seems to open a new connection for every file it uploads, and doesn't close the connection right away. I watch the number of connections in Performance Monitor. Sometimes the connection seems to close eventually, but when uploading multiple files, the number of connections climbs until it hits 10 (the limit under XP). Then I get a "The server or proxy not found" error, and any other subsequent connections to the server fail, too.
I don't have the problem with the ActiveX control in Dual. It just opens one connection.
I have MaxConnectionCount set to 1.
Any idea what I can do to fix this?
Thanks,
Chris
|
 Rank: Advanced Member Groups: Member
Joined: 8/3/2003 Posts: 996 Points: 1
|
Hello, We use the Jakarta Commons HttpClient component to upload files and it seems that the behavior you described is its behavior by default. May be in future versions the behavior will be changed and then the number of connections opened by Image Uploader will be not so high. As for now there was no messages before about the connection limit while uploading files through Image Uploader for Java.
Sincerely yours, Alex Makhov
|