Menu

#1636 Increase number of concurrent connection

3.0.21
closed
None
5
2016-03-25
2014-04-08
Toan
No

Hi people,

Recently i setup privoxy on router using openWRT. I made some performance tests then found that there's a number concurrent connection which privoxy can hold: about 200 request. Is there a possible solution for increasement that number or is it ready possible that i don't know? When the limit occur, it said that 'connect to ip 192.168.1.1 is refused', 192.168.1.1 is ip address of router installed privoxy. Resouce of RAM or CPU is not problem because i also tested on virtual machine (Vbox) with high resouce.

Without privoxy, my router is good as reach the number of 2000 request. Anyone give me a solution or suggestion to fix problem?

Thank you.

Discussion

  • Fabian Keil

    Fabian Keil - 2014-04-08

    You can increase the number off accepted concurrent client connections:
    http://www.privoxy.org/user-manual/config.html#MAX-CLIENT-CONNECTIONS

    To serve 2000 concurrent client connections you also may have to
    recompile Privoxy with a different FD_SETSIZE value (for example 4096),
    but that depends on the platform.

     
  • Toan

    Toan - 2014-04-29

    Thank you, it's work but just increase to 300 and it's really depend on the platform.

     
  • Fabian Keil

    Fabian Keil - 2016-03-25
    • status: open --> closed
    • assigned_to: Fabian Keil
     

Log in to post a comment.