Clening up code, and errors control.
authorgumartinm <gu.martinm@gmail.com>
Mon, 30 Jan 2012 22:47:56 +0000 (23:47 +0100)
committergumartinm <gu.martinm@gmail.com>
Mon, 30 Jan 2012 22:47:56 +0000 (23:47 +0100)
commit9778aa83e78f7273bd2ffe05e0dce72f270e67b9
treed894fe2e8a5a9788dc78e65db4de30dae46386db
parentf167fc68a1a97953b2ac50bf4d2c47888b4c7755
Clening up code, and errors control.
TODO: stop using XML, I am going to use my own protocol for
sending stdout, stderr and return status code in this way
I will avoid the shared memory and the code complexity.
Besides it should reduce the memory usage.
Next weekend more.
Daemon/Makefile
Daemon/javafork.c
Daemon/javafork.h
JavaExample/javafork-example/src/main/java/de/fork/java/TCPForkDaemon.java
JavaExample/javafork-example/src/main/java/de/fork/java/XmlForkParser.java