Using my System as the server- need advice
Posted
by
Ashwin
on Server Fault
See other posts from Server Fault
or by Ashwin
Published on 2012-06-19T02:32:10Z
Indexed on
2012/06/19
3:17 UTC
Read the original article
Hit count: 245
We are deploying my web application in my system in jboss. And I am planning to use my system as the server as well. There are no html pages or jsp pages deployed. The client requests for resources and the server provides the resources in the form of objects. We are also using databases(Postgresql-15 tables) as the database server(this will also reside in my machine). My system configuration is Windows Vista, 2.3 GHZ, 4GB Ram, 32 bit
.
There can be many requests coming in at the same time. So is this configuration enough? Should we go with a different Operating System like Windows Server? I have never used Windows Server OS. How will it be different from other windows operating systems? Or if you feel please some other OS will be good in this situation, please suggest.
© Server Fault or respective owner