Thread day for Scott Martin



OK,

(be nice)

In reading several threads about threading, I was curious on how others impliment
threading in their applications.

Most of my applications are database applications, so I would like to point in that
direction.

What are some example situations on when is it best to place a db in a thread?

I have read some comments that mention that thread are not always the best approach,
so I would appreciate comments from others that have database applications
using threads.

When is a good time to use a thread in a db app? or in what instance did you
use a thread using a db to improve your app.

I ask these basic questions, so I can get some ideas on how others are using threads
so I can perhaps improve on things that I may already have in place. Kind of a
'Good idea, why didn't I think of that!'

Regards,
Scott.


.