Clustering with vibe.d (session, file storage, caching, db)

aberba via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jan 3 23:36:18 PST 2017


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.


More information about the Digitalmars-d-learn mailing list