At Thursday, May 17, 2001, 4:35:11 AM, Alexander has created the following text:

> It can't be, even RFC-unrelated. On any connect you use maximum
> bandwidth on POP-session (if you POP isn't on the Moon)

> Bat!>> RETR 1
> Bat!>> RETR 2
> Bat!>> DELE 1
> Bat!>> RETR 3
> Bat!>> DELE 2
> Bat!>> RETR 4
> Bat!>> DELE 3
> Impossible
> 1. POP3servers single-threaded

> 2. They _all_ use locking, i.e - alow one connect, and in your
> sessin-type must be separate concurrect connections to each RETR, .

> Ergo - never and nobody can use this "feature"

My guess is that you didn't even try to understand what I was getting at.

Have you ever used a Telnet connection when the echo of the characters you
typed appeared several seconds later? Just look:

[user]                           [server]
types "b"
           ---"b" gets sent-->
                               receives "b"
           <--echo "b" is sent
sees his "b"
types "l"
           ---"l" gets sent-->
                               receives "l"
           <--echo "l" is sent
sees his "l"

If the connection is fast, the "-----transfer--->" times are only a
fraction of a second. If it is not, it's MUCH faster to use the default
buffering all in/out ports have:

[user]                           [server]
types "b"
types "l"         -"b" sent->
types "a"         -"l" sent->   receives "b"
types "h" <-"b"   -"a" sent->   receives "l"
sees "b"  <-"l"   -"h" sent->   receives "a"
sees "l"  <-"a"                 receives "h"
sees "a"  <-"h"
sees "h"

Twice the amount of letters in the same time... The same WOULD work in
TB!, IMHO. The default standard waits are _sometimes_ useless, like in
this case, I think. But anyway I might be wrong :)

-- 
People who deal with bits should expect to get bitten.

 |\  /|      \~~~/     \~~~/   WWW: http://maxxx.ii.com.pl (ancient)
 | \/ |  /\   > <  \~/  > <    E-M: [EMAIL PROTECTED] (no spam please)
 |____| /__\ /___\ /_\ /___\   ICQ: 3146019 (currently inactive)



Flyin' high with The Bat! v1.53 Beta/5
over the swamps of Windows NT 5.0 build 2195 

-- 
______________________________________________________
Archives   : <http://tbbeta.thebat.dutaint.com>
Moderators : <mailto:[EMAIL PROTECTED]>
Unsubscribe: <mailto:[EMAIL PROTECTED]>

You are subscribed as : [email protected]


Reply via email to