Cross Application Communication

knightcon

New Member
Messages
69
Reaction score
0
Points
0
I am writing several PHP web applications which will be installed on different machines, physically disconnected, and not sharing a common data source. What I am wanting to do is be able to send and receive data between them all. I am a capable PHP programmer so any ideas are welcome.
 

Jesse

Active Member
Messages
1,360
Reaction score
0
Points
36
Why don't you write php web applications then sell them over the internet? You can use x10hosting as the host for your website.
 

adrenlinerush

New Member
Messages
379
Reaction score
1
Points
0
are these going to be console apps or web apps....
web is not my specialty ... but in a console app you could use 1 or two ways... socket connections to trigger events ... remoting(.net) or rmi (java) which essentially allows you to create an object thats elsewhere... an use it as if its running on the remote location
 
Top