User Profile
Collapse
-
how to set a window service dependance on sql server 2005 in c++
i am building a service that picks it's working Mode from database table. how can i make my service to start after the sqlserver 2005 is started. as it have to read some parameters from database. -
multi threading
hi i am using this code for simulating multithreading but some client didn't get even the single response back can smone one help
//main function for server listenincoming request and open newthread to
// communicate with that client
void thread::startse rver()
{
DWORD dwStatus;
WSAEVENT handles[1];
struct sockaddr_in cli_addr;
... -
multi threading
hi i am using the below code for dummy multithreading application.
first function listens request and the thread started with thread function
but some client start receving data but some one not get the single respomnse back . can any one help me what's gona wong with this code
thanks
///////the server function//////////////////
...
No activity results to display
Show More
Leave a comment: