this is server side:
head ;
access;
symbols;
locks; strict;
comment @ * @;
desc
@this is server side, which is reading a request from client and also writing data to client side
@
this is client side:
head ;
access;
symbols;
locks; strict;
comment @ * @;
desc
@this is client side which is sending data to server and recieving data from server
@