PHP/MySQL DB Scaling

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • xDrDoSx@gmail.com

    #1

    PHP/MySQL DB Scaling

    does any one have good tutorials or articles on PHP and database
    scaling?
  • C. (http://symcbean.blogspot.com/)

    #2
    Re: PHP/MySQL DB Scaling

    On 30 Dec, 17:29, "xDrD...@gmail. com" <xDrD...@gmail. comwrote:
    does any one have good tutorials or articles on PHP and database
    scaling?
    Is Google down again?

    C.

    Comment

    • shimmyshack

      #3
      Re: PHP/MySQL DB Scaling

      On Dec 30, 5:29 pm, "xDrD...@gmail. com" <xDrD...@gmail. comwrote:
      does any one have good tutorials or articles on PHP and database
      scaling?
      type

      facebook php scaling

      into google, the top link is:

      which in turn has other links to scaling php.

      Comment

      • NC

        #4
        Re: PHP/MySQL DB Scaling

        On Dec 30, 9:29 am, "xDrD...@gmail. com" <xDrD...@gmail. comwrote:
        >
        does any one have good tutorials or articles on PHP and database
        scaling?
        There's actually a pretty good book on the subject. Check it out on
        Google Books:

        Learn the tricks of the trade so you can build and architect applications that scale quickly--without all the high-priced headaches and service-level agreements associated with enterprise app servers and proprietary programming and database products. Culled from the experience of the Flickr.com lead developer, Building Scalable Web Sites offers techniques for creating fast sites that your visitors will find a pleasure to use.Creating popular sites requires much more than fast hardware with lots of memory and hard drive space. It requires thinking about how to grow over time, how to make the same resources accessible to audiences with different expectations, and how to have a team of developers work on a site without creating new problems for visitors and for each other.Presenting information to visitors from all over the world Integrating email with your web applications Planning hardware purchases and hosting options to have as much as you need without breaking your wallet Partitioning and distributing databases to support large datasets and simultaneous transactions Monitoring your applications to find and clear bottlenecks* Providing services APIs and using services from other providers to increase your site's reach and capabilitiesWhether you're starting a small web site with hopes of growing big or you already have a large system that needs maintenance, you'll find Building Scalable Web Sites to be a library of ideas for making things work.


        Cheers,
        NC

        Comment

        • xDrDoSx@gmail.com

          #5
          Re: PHP/MySQL DB Scaling

          On Dec 30, 4:44 pm, NC <n...@iname.com wrote:
          On Dec 30, 9:29 am, "xDrD...@gmail. com" <xDrD...@gmail. comwrote:
          >
          >
          >
          does any one have good tutorials or articles on PHP and database
          scaling?
          >
          There's actually a pretty good book on the subject. Check it out on
          Google Books:
          >
          Learn the tricks of the trade so you can build and architect applications that scale quickly--without all the high-priced headaches and service-level agreements associated with enterprise app servers and proprietary programming and database products. Culled from the experience of the Flickr.com lead developer, Building Scalable Web Sites offers techniques for creating fast sites that your visitors will find a pleasure to use.Creating popular sites requires much more than fast hardware with lots of memory and hard drive space. It requires thinking about how to grow over time, how to make the same resources accessible to audiences with different expectations, and how to have a team of developers work on a site without creating new problems for visitors and for each other.Presenting information to visitors from all over the world Integrating email with your web applications Planning hardware purchases and hosting options to have as much as you need without breaking your wallet Partitioning and distributing databases to support large datasets and simultaneous transactions Monitoring your applications to find and clear bottlenecks* Providing services APIs and using services from other providers to increase your site's reach and capabilitiesWhether you're starting a small web site with hopes of growing big or you already have a large system that needs maintenance, you'll find Building Scalable Web Sites to be a library of ideas for making things work.

          >
          Cheers,
          NC
          thank you.

          Comment

          Working...