Télécharger la liste

Description du projet

junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets (AF_UNIX sockets) from Java. In contrast to other implementations, junixsocket extends the Java Sockets API (java.net.Socket, java.net.SocketAddress, etc.) and even supports RMI over AF_UNIX. It is also possible to use it in conjunction with Connector/J to connect to a local MySQL server via Unix domain sockets.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-08-11 21:55
1.3

Ce communiqué contient des corrections de bogues et améliorations. junixsocket vient maintenant avec le support de Solaris. InputStream # disponibles () peut désormais renvoyer des valeurs supérieures à zéro. Une cartographie explicite des valeurs java.net.SocketOptions a été ajouté. Dans de rares cas, des erreurs comme "le protocole ne sont pas disponibles» et «argument non valide» s'est produite dans des versions allant de 1,2, ce qui a été maintenant corrigé. Enfin, des avertissements et messages d'erreur ainsi que le processus de construction ont été améliorés (on peut maintenant sauter de construction pour 32/64 bits).
This release contains bugfixes and improvements. junixsocket now comes with support for Solaris. InputStream#available() may now return values greater than zero. An explicit mapping of java.net.SocketOptions values was added. In rare cases, errors like "protocol not available" and "invalid argument" occurred in versions up to 1.2; this has been fixed now. Finally, some warnings and error messages as well as the build process have been improved (one can now skip building for 32/64 bit).

2010-04-23 07:13
1.2

Corrections de bogues et améliorations. L'usine de MySQL socket Unix est maintenant disponible comme un pot séparé (et avec le code de démonstration). Cette version compile sous FreeBSD. Il a le soutien initial pour Tru64 et une gestion améliorée des fichiers socket vicié.
Bugfixes and improvements. The MySQL Unix socket factory is now available as a separate jar (and with demo code). This release compiles under FreeBSD. It has initial support for Tru64 and improved handling of stale socket files.

Project Resources