3 messages in com.mysql.lists.javaSupport for shared memory access in C...
FromSent OnAttachments
Paul Palaszewski07 Sep 2006 05:28 
Mark Matthews07 Sep 2006 06:29 
Paul Palaszewski07 Sep 2006 07:01 
Subject:Support for shared memory access in Connector/J?
From:Paul Palaszewski (p.pa@advanced.at)
Date:09/07/2006 05:28:17 AM
List:com.mysql.lists.java

Hi!

I'm running various mysql servers including 5.0.24a with connector/j 3.1.13 and 5.0.3. I successfully used named pipes as alternative to sockets and was wondering if there is any support for shared memory access? Suppose it would be another socket factory, but have not found anything in docs or in code.

If it's not supported, please document that. And if is it planed ... when could it be available?

With the experience from other applications I suppose shared memory is again significantly faster than named pipes like named pipes are compared to tcp ip. Does anybody have experience from other drivers, what performance difference the difference between mysql named pipes and mysql shared memory is?

Best regards, Paul