Page 1 of 1

Using two servers simultaneous

Posted: Sat Aug 07, 2004 4:22 am
by Paulux-0033
Hello, I on a Linux environment and has two application: Apache & a server named PHPserver (that I recovered on Luca Mariano web site; the PHPclass Thread's creator)
This PHPserver works well ( I need it bcause my code necessite to execute Multi-Thread)
But I need Apache to, for the other part of my aplication.

So i need to cominucate the to server simultaneous...

Here are the indications that Luca give me:

..."You can split your app into a front-end (regular php on apache) and
back-end (the stnad-alone app).Communitations between layer can be managed with: db queue, shared
memory, etc...."

But I dont find the solution yet.

If you have an indication to help me....


Regards,

Paul

Posted: Sat Aug 07, 2004 12:51 pm
by timvw
The easiest solution: run them on different port numbers?