Results 1 to 3 of 3

Thread: Calculating minimum hardware requirements

  1. #1

    Thread Starter
    Addicted Member stefano5's Avatar
    Join Date
    Jul 2006
    Location
    London UK
    Posts
    131

    Calculating minimum hardware requirements

    Hi Guys, are there any tools around that can tell me the minimum hardware requirements for newly developed peice of software?

    Thanks

    Stefan

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Calculating minimum hardware requirements

    Well I'm not sure if there is any software out there that does this (at least reliably). Typically you take the most intensive process your application can run and determine what kind of machine is required to do said processing.

    For example if I'm writing a 3D game that makes heavy use of DirectX 10 then you'll need a DirectX 10 card, enough RAM to hold the temporary data (how much does it typically use?) and a powerful enough CPU to do the rest of the work.

    If you wrote the application you should know how intensive it is and how much hardware you require as each piece of hardware does something specific so you need to look at how your application affects those pieces of hardware.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  3. #3

    Thread Starter
    Addicted Member stefano5's Avatar
    Join Date
    Jul 2006
    Location
    London UK
    Posts
    131

    Re: Calculating minimum hardware requirements

    Ok we'll im sure I can put together a sensible spec. Thanks

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