Re: [PHP] Server Client Architecture, best parctice
Posted by ahmed on 11/24/21 11:32
> On 11/20/05, ahmed <ahmed.lists@gmail.com> 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
secure socket layer, as well.