I just got through putting async into production. It allowed me to decouple
my Clojure code from underlying Java objects which allowed me to
intelligently manage the Java objects.

On Mon, Oct 26, 2015 at 12:40 PM, Moe Aboulkheir <[email protected]> wrote:

> I've used core.async in production a bunch with AWS.
>
> On Mon, Oct 26, 2015 at 7:24 PM, Robin Heggelund Hansen
> <[email protected]> wrote: There are
> > postgres.async for async db, and fink-nottle for sending sms/push
> > notifications/email etc. using core.async.
>
> In addition to those services (i.e. RDS, SNS, SQS), there are
> core.async-friendly libraries you can use with Redis/ElastiCache
> (redis-async), Lambda & Dynamo.  So you shouldn't have to rewrite too
> much bytecode if you're interested running on EC2.  I'm sure there are
> plenty of alternatives for other environments.
>
> Take care,
> Moe
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to [email protected]
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> [email protected]
> 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 [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to