Ebeo / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Timeouts in ResumableUploader.InitiateUpload #360

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just wanted to let you know I'm still having trouble uploading large videos
to YouTube.

What I'm seeing is that I can upload about 2 900mb videos successfully. 
Around the third video, I consistently get timeouts calling
HttpWebRequest.GetRequestStream in ResumableUploader.InitiateUpload.

The timeouts are thrown after 100 seconds consistent with the timeout value
set on the HttpWebRequest object.  

If I restart the process, the upload succeeds.

I suspect the driver is still leaking resources (possibly socket
descriptors or thread pool threads), but can't tell for sure.

Original issue reported on code.google.com by bryan.murphy on 24 Mar 2010 at 9:56

GoogleCodeExporter commented 9 years ago
are you using your code or the youtubecontentuploader sample (i tested that 
with a
lot of videos, if there was a generic leakage, this should happen there as 
well).

?

Frank

Original comment by fman...@gmail.com on 25 Mar 2010 at 12:07

GoogleCodeExporter commented 9 years ago
I've attached the code I'm using to call the driver.  If I get a chance I'm 
going to 
try run it through a profiler to get a better idea.

Not sure it if makes a difference, but it's running on a 32bit windows server 
2008 
instance in a virtualized environment.

Original comment by bryan.murphy on 26 Mar 2010 at 1:00

Attachments:

GoogleCodeExporter commented 9 years ago
i need to see the loop. Normally quitting after 2 is an indication that some 
resource in the .NET runtime is not 
released...

Original comment by fman...@gmail.com on 6 Apr 2010 at 10:16

GoogleCodeExporter commented 9 years ago

Original comment by fman...@gmail.com on 7 Jun 2010 at 2:47