Search Results

Search: Posts Made By: shilpi_gup
Forum: Programming 10-23-2005
3,304
Posted By shilpi_gup
How to implement read/write thread
How to implement read/write thread. This has to implemented at server side ar at client side?
Forum: Programming 10-23-2005
4,165
Posted By shilpi_gup
How to implement the Listener thread
Listener thread is maintained at server side :

I have Implemented as:

/* specify queue */
listen(sockfd, 5);

while (1) {
clilen = sizeof(cli_addr);
...
Forum: Programming 10-23-2005
4,904
Posted By shilpi_gup
How to set the timeout for the client
The scenerio is:

1. A server listens on a port number
2. If the server is down and the Client tries to connect
3. How to set the timeout for the client

Detailed explaination:
In a client...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy