send / recv

S

SQL Server DBA

I am running MS Outlook 2003 connected to an Exchange server. The connection is thru http
interface
(RPC) and not thru TCP/IP. I notice that send/recv takes inordinately long time. I see the
send/recv
icon for 20-30 minutes.

What exactly is send/recv meant for?
 
B

Brian Tillman

SQL Server DBA said:
I am running MS Outlook 2003 connected to an Exchange server. The
connection is thru http interface
(RPC) and not thru TCP/IP.

If it's using HTTP, it's running TCP/IP. TCP/IP is a networking protocol.
HTTP is not.
 
Top