1

Here's an example:

Anyone know?

O.O
  • 11,077
  • 18
  • 94
  • 182
  • What exactly are you asking? Under the covers it's using the c-callin interface. Is that what you are asking? – kazamatzuri Sep 17 '13 at 12:57
  • @O.O Have you compared performance of ODBC vs. the CacheClient managed provider? Did one outperform the other? We currently use ODBC but now looking at the provider. – Sir Crispalot Jan 08 '15 at 13:39
  • 1
    @SirCrispalot - Have not compared, but it's written in all managed code so it's your best bet for .NET applications. I have not noticed any drawbacks as of yet. – O.O Jan 08 '15 at 16:27

1 Answers1

0

I am fairly sure it uses a TCP-based protocol to communicate with the back end Cache server, and that the protocol is proprietary (as I would assume most such wire protocols eventually are).

As with kazamatzuri, I am not sure what the question is really getting at.

DdP
  • 438
  • 2
  • 6
  • 1
    I just needed to make sure it wasn't wrapping up some sort of ODBC connection. – O.O Sep 17 '13 at 15:13