Re: convincing a client to go with dotNet instead of Access project

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



> Do you have reference for the performance threshold of 6 concurrent
> connections that I can point to?
I tried doing a quick search, but wasn't able to find anything. :<

The last time I had this problem, I quickly whipped up an Access db, and
accessed it using Access forms, and a VB form, and started loading up the
number of concurrent users. And although Access was willing to accept the
other connections (7+), the performance started to decrease, almost
exponentially. Maybe it was the size of the db, or the type of data I had
in there, but it was quickly evident it wasn't going to be work for our
situation.

To help show your boss just how good .NET stuff is, maybe this is a
worthwhile scenario to test out? Create an Access DB, an Access form, a C#
app as well as the same DB in SQL Server. Then have the forms (Access and
C#) bang against each and see out of the four where the performance
bottlenecks are. Try to use threads in the C# apps to truely get the
concurrency thing going, just a suggestion.

> That would be good documentation to have...
I know! :< But I'm sorry, I wasn't able to find any. I think that was more
tribal knowledge at that time. Sorry about that, I'm doing java/jdbc dev
during the day now, just getting back into MS dev (C#). The best I could
find was articles talking about a limit of 255 concurrent users. However,
they also talked about the bigger the db, the worse your performance as the
number of concurrent users increased. So that 255 max is still a
theoretical number still.

I would suggest whipping something up to show your boss the .NET
flexibility, ease of development, ability to do proof of concept, as well as
taking owership and R&D initiative. Good luck!


.



Relevant Pages

  • Re: Pernicious problem with vfork / qmail / qmail-scanner
    ... K> My connection limits on tcpserver are set to 60 concurrent connections. ... are you running KAV in daemon mode? ...
    (freebsd-questions)
  • Re: Pernicious problem with vfork / qmail / qmail-scanner
    ... K> My connection limits on tcpserver are set to 60 concurrent connections. ... are you running KAV in daemon mode? ...
    (freebsd-questions)
  • Re: Executables
    ... 10 concurrent connections to this machine. ... Microsoft server software - ISS, ... It *is* a technical restriction. ... Machine A this counts as 2 connections! ...
    (microsoft.public.vb.general.discussion)
  • Re: Executables
    ... 10 concurrent connections to this machine. ... Microsoft server software - ISS, ... I'm not a Windows 2000 user, but I do have a MSDN subscription. ... Machine A this counts as 2 connections! ...
    (microsoft.public.vb.general.discussion)
  • Different answers on limits in MSDE
    ... reffering to the 5 concurrent connection limit of MSDE. ... Monitoring counter called SQLServer:General Statistics\User Connections ...
    (microsoft.public.sqlserver.msde)