Re: Your opinion please
- From: Lucian Wischik <lu.nn@xxxxxxxxxxx>
- Date: Wed, 29 Nov 2006 12:16:49 -0800
"Dave Sexton" <dave@jwa[remove.this]online.com> wrote:
Multi-threading issues are an entirely different thing to consider. I
assume that the Database class will be immutable in that respect. It
doesn't make sense to change whether or not a connection requires
credentials asynchronously, IMO.
The database will presumably be running as a separate process,
probably even on a separate machine. It's a multi-user database after
all. So asynchronous changes to the database will be an inevitable
fact of life.
--
Lucian
.
- Follow-Ups:
- Re: Your opinion please
- From: Jon Skeet [C# MVP]
- Re: Your opinion please
- From: Dave Sexton
- Re: Your opinion please
- References:
- Your opinion please
- From: C# Beginner
- Re: Your opinion please
- From: Dave Sexton
- Re: Your opinion please
- From: Lucian Wischik
- Re: Your opinion please
- From: Dave Sexton
- Your opinion please
- Prev by Date: Re: String Array to Int Array
- Next by Date: Re: Fastest way to convert an object to a string
- Previous by thread: Re: Your opinion please
- Next by thread: Re: Your opinion please
- Index(es):
Relevant Pages
|