Behind a Backend-as-a-Service Provider: The How and Why of Our Architecture.
1–10 of 35 posts
Re: Behind a Backend-as-a-Service Provider: The How and Why of Our Architecture.
#2Re: Behind a Backend-as-a-Service Provider: The How and Why of Our Architecture.
#3I saw a presentation on it last night and it looked pretty awesome. We're planning to use their Messaging API in our upcoming project.
Re: Behind a Backend-as-a-Service Provider: The How and Why of Our Architecture.
#4Re: Behind a Backend-as-a-Service Provider: The How and Why of Our Architecture.
#5Re: Behind a Backend-as-a-Service Provider: The How and Why of Our Architecture.
#6Your chat demo is broken. http://www.spire.io/examples/chat/
Re: Behind a Backend-as-a-Service Provider: The How and Why of Our Architecture.
#7Thanks for sharing this, at first read through it sounds a lot like the architecture mongrel2 provides (which we use). If you were to swap out the node.js dispatcher with mongrel2 and the redis queue with ZeroMQ.
Have you run into any issues using redis as a queue? If it were replicated across machines I wonder if you could have multiple workers dequeuing the request. If it's on a single server wouldn't the blocking operation on the list become a bottleneck?
Again, thanks for sharing, the offering looks great.
Re: Behind a Backend-as-a-Service Provider: The How and Why of Our Architecture.
#8Your chat demo is broken. http://www.spire.io/examples/chat/
Re: Behind a Backend-as-a-Service Provider: The How and Why of Our Architecture.
#9Re: Behind a Backend-as-a-Service Provider: The How and Why of Our Architecture.
#10We run our servers on Amazon Web Services and use their elastic load balancer (which is were we terminate SSL).
which is _why_ (?)