Re: [GIG] $500 For Site Speed Improvement

2012-03-29 Thread Mike S.
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'

HA & Scalability w MySQL + SAN + VMWare: Architecture Suggestion Wanted

2012-03-29 Thread Wes Modes
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

Re: mysqld got signal 6 (problem why bigger than I initially realised)

2012-03-29 Thread Reindl Harald
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

Re: mysqld got signal 6 (problem why bigger than I initially realised)

2012-03-29 Thread Rick James
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