Mobile app version of vmapp.org
Login or Join
Kristi941

: What kind of hosting web server / DB / infrastructure is need for high volume dating website? I want to know what kind of infrastructure is need for a dating website developed in php/mysql.

@Kristi941

Posted in: #WebHosting #Webserver

I want to know what kind of infrastructure is need for a dating website developed in php/mysql.
Consider a website like match.com and eharmony.com with millions of users. Users create their profile, can upload several photos, serach profiles and chat and Emails.

So what kind of hosting plan is needed for such website?
How much DiskSpace is ideal?
Any limitations with Database?
What kind of Server Configuration?

What kind of plan/server configuration should I start with initially? say my site is going to be about one-third of match.com

When should I move to a higher level plan?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Kristi941

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sue5673885

I found this document which describes the architecture of match.com www.plentyoffish.com/match.pdf. At one point they had 120 servers. So you're looking at getting 40 servers. You'll want them all to yourself so you need to pay for dedicated hosting, or buy them yourself and rent space in a data centre.

You need to move to a higher level when your servers are beginning to get overloaded.

How much disk space - it depends how much data you have.

Server configuration is something that can't be easily answered in a question like this, but you'll probably want a front end server that passes out requests to other servers. You'll want to separate out the databases from the servers doing scripting and the servers serving up static content.

To start off though, you could have two servers, one for the database, one for everything else.

This question isn't quite the same as yours, but has some pointers to useful resources: serverfault.com/questions/84715/nix-cloud-cluster-solutions-for-scalable-web-services

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme