Search:

Type: Posts; User: chandhru

Search: Search took 0.00 seconds.

  1. Replies
    19
    Views
    10,136

    GREAT!!!!. The code now works fine. Thanks for...

    GREAT!!!!. The code now works fine. Thanks for all your help. I appreciate it
  2. Replies
    19
    Views
    10,136

    anonytmouse, I made the modification...

    anonytmouse,

    I made the modification suggested by you. I am now facing 2 problems

    1. sometimes I get only one record being printed twice (This happens first time when I build and atleast...
  3. Replies
    19
    Views
    10,136

    Thanks for all your reply guys. I have modified...

    Thanks for all your reply guys. I have modified the same code to run through till the recordsets are printed (basically will make calls later). now all my threads are able to access the recordsets,...
  4. Replies
    19
    Views
    10,136

    I went through semaphores. I still have some...

    I went through semaphores. I still have some doubts. The main reason I am going for multi-threading is I wanted all the 48 telephone lines to call simultaneously.

    I represent each telephone line...
  5. Replies
    19
    Views
    10,136

    The problem I have is I am limited on the number...

    The problem I have is I am limited on the number of threads I need to use. I have an Intel Dialogic card with 48 lines (2 T1).

    So my concept is each line is going to be a single Thread and they...
  6. Replies
    19
    Views
    10,136

    First of all I would like to Thank Fordy and...

    First of all I would like to Thank Fordy and anonytmouse for their great help. after inserting the modifications you mentioned in my code it finally worked.

    Now I am facing a different problem....
  7. Replies
    19
    Views
    10,136

    I am sorry to be ignorant. I used both...

    I am sorry to be ignorant. I used both registering the interface and used streams to send my recordset object. It is compiling properly but I am getting the same runtime error "abnormal Program...
  8. Replies
    19
    Views
    10,136

    I used CoInitialize(NULL) and CoUnitialize(NULL)...

    I used CoInitialize(NULL) and CoUnitialize(NULL) as the first and last statement in ThreadFunc(), still I am getting errors.
  9. Replies
    19
    Views
    10,136

    Multi-Threading and ADO

    Hi,

    I am creating multiple threads to access a database and retrieve records using ADO. I am getting runtime error "abnormal program termination'.

    My main() function creates an Database...
  10. Replies
    2
    Views
    1,768

    Multi-threading

    I have created a Multi-threaded code, where each thread prints hello world and exits. I am using CriticalSection, to make sure only one thread access the ThreadFunc. If I dont give Sleep function, I...
Results 1 to 10 of 10