Results 1 to 4 of 4

Thread: Slow response

  1. #1

    Joined
    Dec 2011
    Posts
    151
    Userbars
    2
    Thanks
    4
    Thanked
    165/45
    DL/UL
    14/9
    Mentioned
    68 times
    Time Online
    6d 17h 26m
    Avg. Time Online
    2m

    Slow response

    I am trying to make a program that can check proxy addresses; I can get the program to function. The issue I have is the program is really slow. I tried using several wrappers and pretty much get the same slow response. I also tried using just inet and winsock, with pretty much the same results. The issue comes when a bad proxy is tested; it takes forever to get the response and the program to timeout. Does anybody know what I could use to speed along this process? All I am doing is setting a proxy and sending a request for a page from NEO. It took bout an hour to do 200 addresses (not really a viable program).


  2. #2

    Joined
    Dec 2011
    Posts
    262
    Thanks
    22
    Thanked
    106/68
    DL/UL
    22/0
    Mentioned
    74 times
    Time Online
    N/A
    Avg. Time Online
    N/A
    Have you tried setting the Timeout feature in RipperWrapper to like 15-30 seconds?

    I know if its a slow/bad proxy Gluraks will hang forever a day trying to connect.

    Also, I'd love to know why there is a , after every port.

  3. #3

    Joined
    Dec 2011
    Posts
    151
    Userbars
    2
    Thanks
    4
    Thanked
    165/45
    DL/UL
    14/9
    Mentioned
    68 times
    Time Online
    6d 17h 26m
    Avg. Time Online
    2m
    Yes, I tried changing the timeout setting. I also tried just using Winsock, not sure what it is doing.

    I got it sped up quite a bit, I can get a list of about 300 done in half an hour.

    Code:
    7:32:15 PM
    90.190.9.1:8888 is a good working proxy
    87.255.18.228:8888 is a bad proxy
    68.71.61.60:53 is a good working proxy
    210.4.69.30:80 is a bad proxy
    41.35.47.10:8080 is a good working proxy
    90.190.9.1:8888 is a good working proxy
    2/29/2012 8:08:52 PM] Finished testing 290 proxies
    8:08:52 PM
    Last edited by Soredavide; 03-01-2012 at 06:31 AM.

  4. #4
    Zachafer's Avatar
    Joined
    Dec 2011
    Posts
    1,235
    Userbars
    11
    Thanks
    769
    Thanked
    1,466/678
    DL/UL
    98/0
    Mentioned
    512 times
    Time Online
    24d 13h 9m
    Avg. Time Online
    8m
    Check out UniSock, a great Winsock replacement: (you need an account to see links)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •