|
Posted by Jim Michaels on 10/25/44 11:39
"Sophia" <quncao@gmail.com> wrote in message
news:1137786320.596371.171820@o13g2000cwo.googlegroups.com...
> Thanks for your reply.
> Sorry I was not very clear, what I meant as a 24/7 live process is a
> spearate standalone java program, it needs to be running 24/7 to handle
> task A(backend data processing) and task B (web user request), and both
> tasks need to be handled by the same process ( for resources
> conflicting reason). So in this scenario, java servelet won't
> work(because it is managed by webserver). My current solution is to
> have the php script communicate with the java program via unix sockets,
do you intent to continue to use
http://us2.php.net/manual/en/ref.sockets.php sockets? PHP has sockets
functions.
> afterall, my problem is the classic inter-process communication.
>
Navigation:
[Reply to this message]
|