This sounds like a good candidate for using Component 
(https://github.com/stuartsierra/component). I would think you could create 
a component which starts the async process. That component could then be 
provided to your ring handlers, to be used during web request processing. 


On Monday, February 1, 2016 at 6:03:57 PM UTC-5, JvJ wrote:
>
> I'm working on a web app, and I'm using defroutes to define my application 
> and runserver to initialize it.  However, when run-server is called, I 
> can't find a way to run code before the app starts listening for requests.  
> I'd like to start a background async process that can interact with 
> incoming web requests.  Is there an easy way to do this using defroutes, or 
> will I have to come up with something on my own?
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to