|
Posted by Sophia on 01/20/06 21:45
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,
afterall, my problem is the classic inter-process communication.
Navigation:
[Reply to this message]
|