Re: Unix Sockets + Connection String?
Posted by: Mark Matthews
Date: May 02, 2005 01:15PM

Raymond Aribawono wrote:
> Mark,
>
> do you know any working implementation of this
> approach ?
> It would be very helpful to see a working example
> first.
>
> Thank you.
> Raymond.


Raymond,

I'd take a look at http://www.nfrese.net/software/gnu_net_local/overview.html to see a AF_UNIX socket for Java, and then just copy com.mysql.jdbc.StandardSocketFactory, replacing the code that creates a TCP_IP socket w/ the AF_UNIX code.

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
Re: Unix Sockets + Connection String?
May 02, 2005 01:15PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.