Does this question have anything to do with Rose::DB::Object? It
seems like a question about Perl threading.
-John
Wasn't there another thread on this topic already?
http://groups.google.com/group/rose-db-object/browse_thread/thread/df5ef26282dec713
-John
If you're working on Linux or a similar OS you're probably better off
using processes. Copy-on-write means that forking usually uses less
memory than Perl threads, which copy almost everything when they spawn
a new one.
- Perrin