Re: Which data engine?
From: Steve Jorgensen (nospam_at_nospam.nospam)
Date: 10/21/04
- Previous message: Sylvain Lafontaine: "Re: Which data engine?"
- In reply to: Sylvain Lafontaine: "Re: Which data engine?"
- Next in thread: Leslie Isaacs: "Re: Which data engine?"
- Reply: Leslie Isaacs: "Re: Which data engine?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 21 Oct 2004 20:43:48 GMT
I believe the number of connections is no loger how the MSDE does its
throttling. Instead, it's the number of concurrent requests (probably since
zombie connections are such a ubiquitous issue). This means that, once 5
concurrent requests are already being processed, any additional requests wait
in a Queue until one of the original 5 is completed.
In any case, if you hover around the 10 user mark, and the users are doing
mostly data entry and single-record lookups, with a few reports and analyses
here and there, you're doing fine (so long as the 2GB database size limit is
also adequate). Much beyond that, and users will start to complain, and you
may experience timeout errors.
On Thu, 21 Oct 2004 16:11:27 -0400, "Sylvain Lafontaine" <sylvain aei ca (fill
the blanks, no spam please)> wrote:
>MSDE is tuned for five concurrent connections, but a connection is not the
>same thing as a login. You can have tens of logins and still have a
>handfull of connections.
>
>Also, you don't have to decide beetween MSDE or SQL-Server. Excerpt for
>very fews and specialised functions, MSDE offer the same support as
>SQL-Server, with the only exception behing the maximum size of the database.
>However, if you want to switch later from MSDE to SQL-Server, it's a very
>easy step and involve no change in your coding.
>
>My suggestion for you would be to buy the Developer Edition of SQL-Server,
>at about 50$US, and start learning the stuff.
>
>S. L.
>
>"Leslie Isaacs" <leslie.isaacs@gp-n85011.nhs.uk> wrote in message
>news:%23QHV5T0tEHA.3152@TK2MSFTNGP14.phx.gbl...
>> Hello All
>>
>> Apologies for the cross-posting - but in case I have omitted the most
>> appropriate group I would be very grateful if someone could direct me to
>> whichever it might be.
>>
>> I am contemplating the development of a General Management application for
>> use in doctors' surgeries. The application will be wide-ranging, including
>> modules for payroll, accounts, rotas, significant event reporting and
>> analysis, personnel, plus others.
>>
>> I need to decide between using MSDE or the full SQL Server engine. For
>> obvious cost reasons MSDE would be preferable, but despite having read all
>> I
>> can find on the web I am still unsure about the concurrent user
>> limitations
>> of MSDE. Does anyone out there have experience of having deployed an
>> application using MSDE into an environment in which there are regularly,
>> say, 10 concurrent users? Or 20? Does MSDE allow for 'queuing' of loggins,
>> after a given threshold?
>>
>> I would be very grateful to hear from anyone with experience of these
>> issues, or for any pointers to where I might find people with this
>> experience.
>>
>> Many thanks.
>> Leslie Isaacs
>>
>>
>
- Previous message: Sylvain Lafontaine: "Re: Which data engine?"
- In reply to: Sylvain Lafontaine: "Re: Which data engine?"
- Next in thread: Leslie Isaacs: "Re: Which data engine?"
- Reply: Leslie Isaacs: "Re: Which data engine?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|