Using two servers simultaneous

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
Paulux-0033
Forum Newbie
Posts: 1
Joined: Sat Aug 07, 2004 4:22 am

Using two servers simultaneous

Post 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
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

The easiest solution: run them on different port numbers?
Post Reply