Re: Thread day for Scott Martin
- From: "Herbert Sitz" <hsitz@xxxxxxxxxx>
- Date: Thu, 29 Jun 2006 10:58:57 -0700
"Scott Martin" <sales@xxxxxxxxxxxxxxxxxxx> wrote in message
news:44a40740@xxxxxxxxxxxxxxxxxxxxxxxxx
OK,impliment
(be nice)
In reading several threads about threading, I was curious on how others
threading in their applications.point in that
Most of my applications are database applications, so I would like to
direction.thread?
What are some example situations on when is it best to place a db in a
Scott -- Not sure if this was part of what you were asking, but automatic
threading of different connections is part of most any database server or
set of db components you'd get for Delphi. So that different user requests
are handled as separate threads within the db, and a long-running request
from one user won't prevent another user from getting results from a shorter
request -- even if shorter request was issued after the long one.
Again, not sure if this had anything to do with what you were asking, but as
far as db programming goes this is main benefit from threading. And it's
one that happens automatically within the db itself. Other uses for
threading -- like progress bars as Shane Stump mentioned -- are sort of
icing on the cake.
-- Herb Sitz
.
- References:
- Thread day for Scott Martin
- From: Scott Martin
- Thread day for Scott Martin
- Prev by Date: Change Order By - Crystal Reports 9
- Next by Date: Re: PDF as data entry for web
- Previous by thread: Re: Thread day for Scott Martin
- Next by thread: PDF as data entry for web
- Index(es):
Relevant Pages
|