0

I need a rough HW specification recommendation for a server with the following SW and usage specs:

  • Windows Server 2003 or 2008.
  • One .Net4 WCF service hosted on IIS, or self-hosted.
  • 100 concurrent internet users, about 1 req/client/minute.
  • Mandatory SOAP message-based encryption with x.509 certificates for server and clients.
  • PostgreSQL database on same machine with synchronous database replication to another server.

There should be a response of at most 2 seconds for a 2Mbps client's request that returns 1000 xml-serialized database rows (reasonably-sized typical rows, no documents or other BLOBs). Separating DB and WS on different servers should be avoided if possible.

I'd like to know things like CPU, RAM, etc. Storage size is not important, since it will directly be related to estimated DB size.

Boris B.
  • 105
  • 5

1 Answers1

-1

Mobile phone.

16gb, 6xx of it RAM, 1 core, 1ghz.

Seriously.

This is about the level of need you talk here.

TomTom
  • 51,649
  • 7
  • 54
  • 136