On Wed, Mar 28, 2012 at 2:56 PM, Rich Jones wrote:
> Hey folks!
>
> This gig just popped up on our system, thought it could be some easy money
> for anybody out there who knows Ruby/Rails and how to optimize queries!
>
> http://gun.io/contracts/67/improve-site-speed-for-startup
Normally I wouldn'
First, thank you in advance for good solid suggestions you can offer. I
suppose someone has already asked this, but perhaps you will view it as
a fun challenge to meet my many criteria with your suggested MySQL
architecture.
I am working at a University on a high-profile database driven project
th
Am 29.03.2012 19:20, schrieb Rick James:
> I'll disagree with your disagreement.
>
> Many web servers maintain persistent connections.
this is a stupid idea for most workloads
i thought we are speaking about useful configured servers
persistent connections will not work on machines with
many
I'll disagree with your disagreement.
Many web servers maintain persistent connections. This leads to
eventually exceeding max_connections, even if connections are rare.
Once he hits 41, he will be issuing 404s, or other bad stuff.
Also, having 1000 http threads hanging around is a waste wh