Forum - File & Image Uploader

English (Global) => Bug reporting => Topic started by: yash321 on 25-01-2010, 09:40:01

Title: [OK] netload problem
Post by: yash321 on 25-01-2010, 09:40:01
1/25/2010 9:37:30 AM UP: GetUrl (SocketError:Socket Error # 10055/No buffer space available.) (netload.in)
1/25/2010 9:37:30 AM UP: GetUrl (SocketError:Socket Error # 10055/No buffer space available.) (netload.in)
1/25/2010 9:37:30 AM UP: GetUrl (SocketError:Socket Error # 10055/No buffer space available.) (netload.in)
1/25/2010 9:37:30 AM UP: GetUrl (SocketError:Socket Error # 10055/No buffer space available.) (netload.in)
1/25/2010 9:37:30 AM UP: GetUrl (SocketError:Socket Error # 10055/No buffer space available.) (netload.in)
Title: Re: netload problem
Post by: z_o_o_m on 25-01-2010, 11:26:52
Possible reasons:

A lot of routes in your routing table (due to a misconfigured router, or misconfigured default route),
Lots of stale connections in your connection table,
A lot of data that is pending for sending or receiving on a current connection(s), which can't be sent or received for some reason (destination system dead or unreachable, for example).
Opening too many sockets at the same time.
Probably don't have enough free space on your hard drive.

This is system problem, not in my app ;) maybe virus or something, find it on google ...
Code: [Select]
http://www.askmehelpdesk.com/advice/t-16579.html
Title: Re: netload problem
Post by: yash321 on 25-01-2010, 12:11:07
What i was doing

- Downloading Files from Hotfile.com one file at a time
- Uploading to netload using your software (16 files at a time :P)

I reduce Parallel Upcount to 3 then it work well :)