Im' using the same kind of way to communicate between my APE server and
a J2SE dameon running on the same host, except in my case the APE server
is the 'client socket', the J2SE dameon is the 'listening socket' and
the APE server keeps the same connexion during its whole lifetime.
I implemented a (very) basic text based protocol (one command is a line
of character terminated by a carriage return ; parameters are separated
by commas) and the advantage is that this allows to easily connect
manually thru a telnet to 'manually' monitor the server.
BTW, I didn't found in the APE doc which default encoding was used by
the sockets in APE.
Is it UTF-8, ISO8859-1 or anything else ? If someone has got the answer ...
Regards,
Nouk²
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/