I have written a socket program using read() and write(). Whenever I want to send large data using write(). I am unable to recieve data at a time. Means my data is divided into two section so how can I send large amount of data. or read the data at 1 time. Also I am unable to know whether this is the problem of write() or read()
Thanks Bapi