Bad array indexing is considered deadly
aberba via Digitalmars-d
digitalmars-d at puremagic.com
Fri Jun 2 03:37:09 PDT 2017
On Friday, 2 June 2017 at 02:11:34 UTC, Laeeth Isharc wrote:
> On Wednesday, 31 May 2017 at 13:34:25 UTC, Steven Schveighoffer
> wrote:
>> [...]
>
> Hi Steve.
>
> Had similar problems early on. We used supervisord to
> automatically keep a pool of vibed applications running and put
> nginx in front as a load balancer. User session info stored in
> redis. And a separate process for data communicating with web
> server over nanomsg. Zeromq is more mature but I found
> sometimes socket could get into an inconsistent state if
> servers crashed midway, and nanomsg doesn't have this problem.
> So data update either succeeds or fails but no corruption if
> Web server crashes.
>
> Maybe better ways but it seems to be okay for us.
>
>
> Laeeth
How does that setup affect response time? Do you cache large
query results in redis?
More information about the Digitalmars-d
mailing list