Re: Your opinion please

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"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
.



Relevant Pages

  • Which CPAN module to alter Win32 Access Control List (ACL)?
    ... a real database in the sense it is not a separate process like, ... extension), you cannot to the mdl because it is created on demand. ...
    (perl.beginners)
  • Re: IPC method to use
    ... database data and the UI? ... You could prototype a point-to-point message queue and just see how long ... server via a custom API over http (as opposed to SQL server, ... The UI is to be in a separate process so as to allow potentially ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: exit the form ?
    ... IMO it is much better to open the connection when it's needed, ... all of these users have a open connection to your database the entire ... especially if most tasks make use of the database. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: ADO Connection Timeout
    ... so what happens when a connection failure forces one station to revert ... to a local database? ... Further, you *will* have contention issues, Jet does not support record ... to the central server, but you are willing to live with periods where it ...
    (microsoft.public.data.ado)
  • Re: ADO Connection Timeout
    ... When the first test is run, the results are stored in the central database. ... to the central server, but you are willing to live with periods where it ... i.e. a local database or even a text file. ... to function until the connection can be restored to the server. ...
    (microsoft.public.data.ado)