Displaying 2 results from an estimated 2 matches for "allow_concur".
2009 Oct 15
7
PLZ HELP - ROR on Redhat Linux :: Problem with backgroundrb
...n.rb:24:in `call''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_su
pport/deprecation.rb:24:in `warn''
from
/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_rec
ord/connection_adapters/abstract/connection_specification.rb:98:in
`allow_concur
rency=''
from ./script/backgroundrb/start:67
=======================================================================
MY GEM ENV''s
******************************************************
RubyGems Environment:
- RUBYGEMS VERSION: 1.3.4
- RUBY VERSION: 1.8.8 (2009-10-09 pa...
2006 Aug 17
1
Worker pool worker for page scanners: lost connection to mysql
Hello,
I want to scan many URLs simultaneously with a new scanner worker for
each URL, but I keep getting Mysql::Error: Lost connection to MySQL.
Yes, allow_concurrency=false.
Each scanner thread needs access to my ActiveRecord models to store
discovered feeds and whatnot. There is a DB table called page_scans
that acts as a big queue holding URLs waiting to be scanned.
It would be nice to run a worker that spawns up to 10 scanner workers
at a time t...