How can I 开发者_JAVA百科know if a node that is being accessed using TCP socket is alive or if the connection was interrupted and other errors?
If I want my Erlang process connect with a C shared lib I use Erlang linked in port driver. As I want my C program sto开发者_运维问答res some data structures to respond to erlang calls, I must use gl
In a REQ/REP socket, if the socket send a request to a dead (disconnected) node the message isn\'t delivered and stays in a message queue occupying memory. How开发者_JS百科 can one clean these undeliv
Summary When I execute a very simple program using Perl\'s Benchmark utility. I get values that are not (appearing as) milliseconds or nanoseconds. The benchmark data returned is not useful to me bec
I have a Perl script that calls another application I don\'t have control over. I use the system() to call this application. On occasion, this application generates an unhandled exception and puts up
I have written a program that invokes a system command from ins开发者_开发百科ide: #include <stdlib.h>
I\'m attempting to write a program in Linux using C++ that counts the number of files and folders in a user specified directory, but the more I read, the more confused I get. I\'m new to C++ and to pr
I have an application that is build in dot net 3.5. Basically it\'s a web application (asp.net and flash). Is this application need any modification while opening on Touch Screen Computer System.
I am currently working on a Hospital Information System for the government and I wanted to know if there is a open source (Even a sample or a base not used worldwide) software or even a sample databas
I\'m using IPC::System::Simple:runx to execute system commands and die on unexpected return values. The problem is that the commands output is printed to the shell.