开发者_开发知识库we have a windows service running and we also have a console application that we use to configure this service, we also have an option to see some log being recorded.
I am looking for a way to connect a frontend server (running Django) with a backend server. I want to avoid inventing my own protocol on top of a socket, so my plan was to use SimpleHTTPServer + JSON
I have a C++ application and a Java application that need to log messages in the same way. My Java application uses Apache Commons Logging, backed by a Log4j configuration. I need a single log4j confi
I have a module that uses IPC::Open3 (or IPC::Open2, both exhibit this problem) to call an external binary (bogofilter in this case) and feed it some input via the child-input filehandle, then reads t
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I want to send \'packets\' of data (i.e. discrete messages) between two programs through named pipes. Given that I have to supply a buffer and a buffer size to read, and given that the read command is
I\'ve seen some password revealing software. Most of them has a shooting pointer like pointer and you can just point the password text box and the software is revealing the password.
I\'m writing开发者_如何学Python a bot for a game, which has a C++ API interface (ie. methods in a Cpp dll get called by the game when events occur, the dll can call back methods in the game to trigger
My app is written in Java. There is a C++ library I need to utilize. I don\'t want to use JNI. 60 times a second, the C++ app needs to send the Java app 10MB of data; and the Java app needs to send t
Helllo, I would like to share small amounts of data (< 1K) between python and processes. The data is physical pc/104 IO data which changes rapidly and often (24x7x365). There will be a single \"ser