Re: thread-pool scope

2009-07-22 Thread Dan Fichter
reads in other > Executor > > thread pools and to scope certain variables to these nested pools. I > wish > > something I would call "thread-pool scope" were easily achieved in > Clojure. > > Is it? > > > > I'm writing a Web crawler (l

Re: thread-pool scope

2009-07-21 Thread Stuart Sierra
, Dan Fichter wrote: > I want to set up Executor thread pools spawned by threads in other Executor > thread pools and to scope certain variables to these nested pools.  I wish > something I would call "thread-pool scope" were easily achieved in Clojure. >  Is it? > > I&

thread-pool scope

2009-07-20 Thread Dan Fichter
I want to set up Executor thread pools spawned by threads in other Executor thread pools and to scope certain variables to these nested pools. I wish something I would call "thread-pool scope" were easily achieved in Clojure. Is it? I'm writing a Web crawler (let's pretend