Re: Multithreading Implementation
From: Mihajlo Cvetanovic (mac_at_RnEeMtOsVeEt.co.yu)
Date: 02/10/05
- Next message: Ajay Kalra: "Re: Application hangs when VC++ 7.0 Composite control is instantiated in MFC dialog"
- Previous message: Stephen Howe: "OleMainThreadWndName Problem"
- In reply to: delvsb: "Multithreading Implementation"
- Next in thread: delvsb: "Re: Multithreading Implementation"
- Reply: delvsb: "Re: Multithreading Implementation"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Feb 2005 18:34:06 +0100
delvsb wrote:
> We have an MFC application named [ELBook.exe]. This application will
> download all the data from the database before populating it in a Tree view.
> To download the data from database we use the functions of [CLFunc.dll]. This
> dll uses [DBAccess.exe] (a Multithreading Application) to handle all database
> processes.
>
> Since downloading the data from the database is slow we have decided to
> implement multithreading so that while populating the tree view the user can
> already interact with the UI.
>
> But the problem is that when we implement it the function of DBAccess.exe
> returns an error. When we try to investigate it in debug mode and put some
> break point inside the function of DBAccess.exe it will not enter the
> function.
This is a bit obvious, but still... Do you attach to process
DBAccess.exe? If you don't attach to it you won't be able to debug it.
IIUC, CLFunc.dll calls a function of DBAccess.exe. How is that done?
- Next message: Ajay Kalra: "Re: Application hangs when VC++ 7.0 Composite control is instantiated in MFC dialog"
- Previous message: Stephen Howe: "OleMainThreadWndName Problem"
- In reply to: delvsb: "Multithreading Implementation"
- Next in thread: delvsb: "Re: Multithreading Implementation"
- Reply: delvsb: "Re: Multithreading Implementation"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|