Tagged: sockets

About php : Lost-UDP-packages-with-PHP-socketsendto

Question Detail I have a PHP CMS system, that’s sending a UDP package to switch off a device on the local network. $sock = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP); if (!$sock) { echo “COULD NOT CREATE...

About php : Lost-UDP-packages-with-PHP-socketsendto

Question Detail I have a PHP CMS system, that’s sending a UDP package to switch off a device on the local network. $sock = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP); if (!$sock) { echo “COULD NOT CREATE...

About c : How-to-share-log-files-with-multiple-processes

Question Detail This is more design question to hear ideas from other people. I’m writing a software written in c language completely. It has multiple processes running and now I’m thinking to add logging....

About c : How-to-share-log-files-with-multiple-processes

Question Detail This is more design question to hear ideas from other people. I’m writing a software written in c language completely. It has multiple processes running and now I’m thinking to add logging....