• subscribe
December 19, 2001 12:00 AM

What is LPC?

SQL Server Pro
InstantDoc ID #23236

I was browsing connection information in master..sysprocesses on my SQL Server 2000 server and noticed some connections in the net_library column that have the value LPC. I've installed named pipes and TCP/IP as valid Net-Libraries. What is LPC, and how did it get in the net_library column?

LPC stands for local procedure call; it's the Net-Library that's based on shared-memory communications and that a client and SQL Server use for efficient communications when both processes are running on the same machine. SQL Server Books Online (BOL) is usually a wonderful reference, but it doesn't contain any reference to LPC. You get an LPC connection from client to server by default when you connect to SQL Server from a local client, as long as you don't use a client alias that defines a particular Net-Library. When you have an LPC connection, the net_library column in the master..sysprocesses table for your connection will have the value LPC.



ARTICLE TOOLS

Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here
  • SP1?
    I know there is a SP1 for SQL 2008 R2 available....and there is a "feature pack" as well... ...
  • SQL database mirroring
    I have SQL Server 2008 R2 Enterprise 64bit on Windows 2008 R2 Enterprise 64bit.  Each SQL Server has...
  • Dell Compellent Disk Drive
    Does anybody has experience with Dell Compellent Disk Drive? Basically, this system manages all disk...
  • Sql server performance tuning
    I need to find a tool that help me to optimize sql server,queries,improve the performance and solve ...