Re: [PHP] Server Client Architecture, best parctice

2005-11-20 Thread ahmed
> On 11/20/05, ahmed <[EMAIL PROTECTED]> wrote: >> BSD-style sockets > how secure are sockets?? This is very flexible. Practically, you'll need a "protocol" for client/server communication. So how secure depends on how secure is your protocol design and implementation. You might opt to work atop

[PHP] Server Client Architecture, best parctice

2005-11-17 Thread Yaswanth Narvaneni
Hi! I would like to know what does the community think of the best architecture for server client communication and why? That is, if there is a server in C++ (say a game server) and the PHP has to 'read' data 'from' the server then what is the best form of communication? a) Shared Memory : Server