Re: Load Balancing

2007-09-22 Thread Fabian Keil
Michael_google gmail_Gersten [EMAIL PROTECTED] wrote: On 9/21/07, Alexander W. Janssen [EMAIL PROTECTED] wrote: On 9/21/07, Nick Mathewson [EMAIL PROTECTED] wrote: Short answer: Tor tries to group many streams on a single circuit. If we didn't, that would be way too much PK. Means,

Re: Load Balancing

2007-09-22 Thread Robert Hogan
On Friday 21 September 2007 19:34:09 Alexander W. Janssen wrote: On 9/21/07, Arrakis [EMAIL PROTECTED] wrote: Hey guys, quick question. If I have Tor process running, and request a url that has 10 images to load from the same domain, do all the requests go through the same circuit, or

Re: Load Balancing

2007-09-22 Thread Scott Bennett
On Fri, 21 Sep 2007 15:06:39 -0700 Michael_google gmail_Gersten [EMAIL PROTECTED] wrote: On 9/21/07, Alexander W. Janssen [EMAIL PROTECTED] wrote: On 9/21/07, Nick Mathewson [EMAIL PROTECTED] wrote: Short answer: Tor tries to group many streams on a single circuit. If we didn't, that

How-To Torify full TCP Host connection / full TCP subnet connection

2007-09-22 Thread Spartacus qqjanji
Hello to all, i'm spartacus the owner of spartacus tor server. I'm running the tor server mainly for studing this new protocol I'm quite new in this tecnology, i ask you to understand How-To: 1) Torify a full PC. I have a pc : 192.168.33.33, in the net 192.168.33.0/24, in this net there is

Re: Load Balancing

2007-09-22 Thread Juliusz Chroboczek
- privoxy will use new streams on the same circuit for each of the images - polipo will generally pipeline everything over the same stream Not quite. Polipo will try to use up to n simultaneous connections to a given server, where n is - 2 for a server that can do pipelining; - 4 for a

Re: [Polipo-users] Reminder: running Polipo with Tor, no need to mail me

2007-09-22 Thread phobos
On Sat, Sep 22, 2007 at 05:11:57PM +0200, [EMAIL PROTECTED] wrote 1.3K bytes in 35 lines about: For Polipo 1.0.3, I'll include a config.tor for the lazy people. -- Andrew

Re: [Polipo-users] Reminder: running Polipo with Tor, no need to mail me

2007-09-22 Thread Juliusz Chroboczek
On Sat, Sep 22, 2007 at 05:11:57PM +0200, [EMAIL PROTECTED] wrote 1.3K bytes in 35 lines about: For Polipo 1.0.3, I'll include a config.tor for the lazy people. Point taken. Patches welcome. Juliusz

Need to run UDP ICMP through Tor

2007-09-22 Thread misc
Is there a way to torrify UDP (I'm not talking about DNS) and ICMP? For example how can I ping somebody through Tor?

Re: Load Balancing

2007-09-22 Thread Roger Dingledine
On Fri, Sep 21, 2007 at 03:06:39PM -0700, Michael_google gmail_Gersten wrote: If you have a web page with 30 sub-fetches (images, style sheets, script files, etc), then they will all fetch over a single circuit. It does NOT make sense from a performance point of view. Since everything will

Re: Load Balancing

2007-09-22 Thread Anthony DiPierro
On 9/22/07, Roger Dingledine [EMAIL PROTECTED] wrote: Once upon a time, the value of 10 minutes was actually more like 1 minute. You see, the shorter it is, the fewer actions from the user are linkable with each other based on being in the same circuit. But Tor server operaters complained they

Re: Load Balancing

2007-09-22 Thread Roger Dingledine
On Sat, Sep 22, 2007 at 03:51:07PM -0400, Anthony DiPierro wrote: If the user started churning through circuits at five times the current rate, we may end up forced to move the 10 minute value back even farther to compensate, resulting in even more user connections becoming linkable. Why

Tor 0.2.0.7-alpha is out

2007-09-22 Thread Roger Dingledine
This seventh development snapshot makes bridges work again, makes bridge authorities work for the first time, fixes two huge performance flaws in hidden services, and fixes a variety of minor issues. The Windows bundle also includes the new development Torbutton version 1.1.7, which clears

Re: Need to run UDP ICMP through Tor

2007-09-22 Thread misc
On Sat, 22 Sep 2007 13:27:03 -0400, Roger Dingledine wrote: On Sat, Sep 22, 2007 at 01:21:59PM -0400, misc wrote: Is there a way to torrify UDP (I'm not talking about DNS) and ICMP? For example how can I ping somebody through Tor? No. At least, not in 2007.