Skip to content

Commit

Permalink
add tips section
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Mar 7, 2011
1 parent 602ad5e commit 4a6b9fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.md
Expand Up @@ -37,6 +37,10 @@ or `each_with_index` or `map_with_index`

Processes/Threads are workers, they grab the next piece of work when they finish

Tips
====
- [ActiveRecord] `ActiveRecord::Base.allow_concurrency = true` or do a `ActiveRecord::Base.connection.reconnect!` inside the block

TODO
====
- JRuby / Windows support <-> possible ?
Expand All @@ -57,4 +61,4 @@ Authors

[Michael Grosser](http://grosser.it)<br/>
michael@grosser.it<br/>
Hereby placed under public domain, do what you want, just do not hold me accountable...
Hereby placed under public domain, do what you want, just do not hold me accountable...

0 comments on commit 4a6b9fe

Please sign in to comment.