www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Clustering with vibe.d (session, file storage, caching, db)

If you have ever done any clustering with D (vibe.d), what was 
the challenges you encountered? What was your setup?

If you have not but have fair idea in clustering, what setup and 
tools would you recommend (Amazon web services)?

I've been currently thinking about using mysql and mongoDB with 
vibe.d (vibed.org) in a clustered architecture. I found 
libmemcache and mongo session store libraries in dub registry. 
I'm looking at Amazon s3 and EC2(heruko maybe) to minimize 
burden. Trying to implement minimal clustering to handle downtime 
and ensure easy scalability in the possible future.

Any other comment is welcomed.
Jan 03 2017