mysql.config

wait_timeout=90
max_allowed_packet=1M
connect_timeout=300

I fixed my pylons configurations set pool_size to 60 but didn't help.
Application is very simple, just 2 controllers, nothing complicated
(this app .I have many others with the same problem. Currently i'm
using cron to sending one GET request on every minute but this is
ugly).

Sorry for my english ;-)


On Jan 20, 7:12 pm, "Garland, Ken R" <garlan...@gmail.com> wrote:
> There are a few things which might cause this issue. Have a look at the
> following:
>
> *wait_timeout*
> *connect_timeout*
> *max_allowed_packet*
>
> I have no idea what your apps are trying to do in order to cause this so I'm
> not able to speak about that. Have a look at them to determine if any of the
> above settings may be effected during transactions.
>
> On Wed, Jan 20, 2010 at 1:06 PM, grassoalvaro <grassoalv...@yahoo.com>wrote:
>
> > Hi,
>
> > i have problem with MySQL (like many others on groups and google). I
> > have tried everything that i found, but nothing helped.
>
> > This is my SQLAlchemy config:
>
> > sqlalchemy.convert_unicode = true
> > sqlalchemy.pool_size = 100
> > sqlalchemy.pool_recycle = 3600
> > sqlalchemy.url = mysql://user:passw...@127.0.0.1/database
>
> > I'm using MySQL Distrib 5.0.87 percona, SQLAlchemy 0.5.4, MySQL-python
> > 1.2.3rc1.
>
> > Is there any *good* and *checked* solution to solve this problem?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "pylons-discuss" group.
> > To post to this group, send email to pylons-disc...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > pylons-discuss+unsubscr...@googlegroups.com<pylons-discuss%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/pylons-discuss?hl=en.
-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-disc...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.


Reply via email to