Jump to content

I want to create a server from my PC, can somebody help me ?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Csabi

Csabi

    Learning Programmer

  • Members
  • PipPipPip
  • 62 posts
I`we installed Apache, everything works, but my problem is that I don`t know how much visitors could it handle.

The website check`s if the user is logged in and then displays 15 items (title, description) from a mysql database and the rating (stored in another database) and the comments (another database) for each item. It also displays some stats (number of items, comments). I also have an image for each item.

My specs are:
AMD Athlon 64 X2 Dual Core Processor 5600+ 2.90 GHz
RAM memory: 4.00GB
Windows 7 64bit

It will be able to handle 10.000 visitors a day or at least 1.000 ?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You've got two things you need to consider:
1) bandwidth: that will determine how many requests can be handled per second
2) CPU usage: that affects processing.

In both cases, I think you've got more than enough. I've seen professional websites doing more with less horsepower.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Infinity

Infinity

    Newbie

  • Members
  • PipPip
  • 24 posts
Don't forget, you will need Public IP, otherwise ppl can't find your server on internet.

#4
Csabi

Csabi

    Learning Programmer

  • Members
  • PipPipPip
  • 62 posts
I`m using no-ip.org and it works

#5
Infinity

Infinity

    Newbie

  • Members
  • PipPip
  • 24 posts
Ok then its O.k. I thought, its only masking IP. If it works with non-public IPs its good.

Infinity