#
unix-domain-socket
Here are 41 public repositories matching this topic...
Unix Domain Sockets in Java (AF_UNIX)
mysql
java
sockets
unix-domain-socket
postgresql
rmi
socket-demo
java-sockets-api
junixsocket
jni-library
af-unix
-
Updated
Mar 9, 2020 - Java
Use requests to talk HTTP via a UNIX domain socket
-
Updated
Jan 6, 2020 - Python
-
Updated
Jun 9, 2020 - Rust
1
wybiral
commented
Jul 1, 2018
The serial package being used supports multiple options beyond the baud rate which might be useful to expose as optional arguments.
We should add more options to the serial protocol. See comment below.
Sample usage of the new memfd_create(2) Linux system call.
-
Updated
Feb 20, 2018 - C
Turn IP sockets into Unix domain sockets
-
Updated
Jun 1, 2020 - C++
SOcket Activator/Deactivator: like inetd but not really and for 2018
-
Updated
Nov 11, 2018 - C
A net.Listener implementation leveraging Unix domain socket features to reliably identify client processes.
-
Updated
Jan 26, 2020 - Go
An API to access OpenAI Gym from other languages via Unix domain sockets
-
Updated
Mar 7, 2020 - Python
WebSocket server implemented as an Apache2 module
-
Updated
Mar 4, 2018 - C
A Unix domain socket extension for the https://github.com/lpeterse/haskell-socket library
-
Updated
Apr 12, 2019 - Haskell
File Descriptors Rust crate
rust
socket
unix-domain-socket
pipe
serial-ports
inotify
epoll
fifo
rust-crate
fanotify
eventfd
signalfd
-
Updated
Mar 21, 2020 - Rust
Unix domain socket and named pipe abstraction for the docker-client
-
Updated
Mar 29, 2020 - Java
A helper function to create cross-platform local domain sockets
-
Updated
Sep 23, 2018 - JavaScript
Demo of using Polkit for Privilege Elevation using File Descriptor Passing over Unix Domain Sockets
-
Updated
Jul 18, 2017 - C
Ceylon modules to write socket-based daemons
linux
socket
unix
packets
ceylon
daemon
unix-domain-socket
virtual-machine
motivation
descriptor
packet-length
systemd
-
Updated
Jan 28, 2017 - Ceylon
An Unix Domain Socket sample code
-
Updated
Nov 22, 2016 - C
Kafka Connect source using Unix domain sockets
-
Updated
Jun 7, 2017 - Java
OpenLDAP proxy or simple python3 LDAP client to handle multiple LDAP connections, data aggregation and manipulation strategies
json
backend
unix-domain-socket
proxy
openldap
gevent
ldap-client
rewrite-rules
slapd
ldap3
slapd-sock
-
Updated
Mar 26, 2020 - Python
Adapt netty transport to akka-stream
-
Updated
May 17, 2019 - Scala
Simple IPC with sockets and file descriptors passinc in ancillary data
-
Updated
Oct 5, 2017 - Go
PHP FPM with nginx using unix domain docket
-
Updated
Aug 20, 2019 - Dockerfile
Kafka Connect sink using Unix domain sockets
-
Updated
Jun 7, 2017 - Java
Improve this page
Add a description, image, and links to the unix-domain-socket topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unix-domain-socket topic, visit your repo's landing page and select "manage topics."


Is there a possibility to activate debug session with xdebug in fired async request?
I've tried to set
XDEBUG_SESSION_STARTPOST var and some environment settings, but without success.Did anyone found a solution?