Do busy smtp servers use long running tcp connections to exchange lot of mails?
Posted
by iamrohitbanga
on Server Fault
See other posts from Server Fault
or by iamrohitbanga
Published on 2010-05-12T04:28:26Z
Indexed on
2010/05/12
4:44 UTC
Read the original article
Hit count: 199
I had this idea from http://stackoverflow.com/questions/2813326/maximum-number-of-bytes-that-can-be-sent-on-a-tcp-connection
is it possible that smtp servers like gmail and yahoo enter into some form of agreement to maintain a tcp connection between them so that lots of mails could be sent on the same tcp connection.
it would be efficient as there would be heavy mail traffic between these mail servers.
© Server Fault or respective owner