[Mew-dist 13491] Re: 振り分け

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
2000年 7月 4日 (火) 20:21:06 JST


From: Takahiro Kambe <taca at example.com>
Subject: [Mew-dist 13489] Re: 振り分け

> そのためには、
> 
> connect();
> msgs = list();
> 
> foreach (i) msgs {
> 	get($i);
> 	write($i); # i.e. refile
> 	delete(msgs);
> 	disconnect();
> 	connect();
> }
> disconnect();
> 
> という感じでしょうか。

rare case のために、usual case の速度を犠牲にしたくはありません。

TCP の 3 way hand shake は、ブチブチ切れる環境では、結構時間がかかると
思います。(逆効果かも。)

--かず



Mew-dist メーリングリストの案内