Results 1 to 5 of 5

Thread: VB - Server Power!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Posts
    111

    VB - Server Power!

    Can anyone tell me or point me in the right direction - what is the best way to guestimate the sort of server you would need to cater for 100 users who are regularly querying a database (MySQL) using a VB interface? Also, what sort of a server would you need for a big website like say Google or Amazon?


    Thanks

    Pobo

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: VB - Server Power!

    Not sure about MySql, but M$ SQL Server is good for huge applications, as well as medium size ones. Access is only good for a handful or less of users.

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: VB - Server Power!

    Since your asking a hardware question and not a database question, it would depend on the load being placed
    on the server by the vb app.

    Basics would be a multi processor system (3-4 cpu's) with at least 4 Gigs of RAM (since most low end multi cpu
    motherboards max out around there and depending on how much you want to spend). Add RAID 5 support for fast
    redundant disk access, etc. Plan on spending big $$$'s.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Posts
    111

    Re: VB - Server Power!

    Thanks

  5. #5
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: VB - Server Power!

    Quote Originally Posted by Pobo
    100 users who are regularly querying a database (MySQL)
    That's a bit vague.

    100 users is not a large amount - but the frequency of the hits they will have on the DB and the type of queries against the DB would be more meaningful.

    Will they hold locks? Are they forward only type queries? Lots of inserts? What would lots mean to you? Lots of updates? What number means a lot to you?

    And when talking numbers I mean count of activity in a one minute span of time, for example.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width