User Profile

Collapse

Profile Sidebar

Collapse
ROLE1
ROLE1
Last Activity: Jul 24 '07, 05:59 AM
Joined: Mar 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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.
    See more | Go to post

  • ROLE1
    replied to multi threading
    in C
    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;
    ...
    See more | Go to post

    Leave a comment:


  • ROLE1
    started a topic multi threading
    in C

    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//////////////////


    ...
    See more | Go to post
No activity results to display
Show More
Working...