http://qs321.pair.com?node_id=1206828


in reply to Mojolicious / Hypnotoad / concurrency / data scope

Looking at the code, it seems the context is stored in a singleton object and would also persist for the life time of the worker process.

Why not rebuild/reset the context for each new request, or localize it as the example you linked to shows?

  • Comment on Re: Mojolicious / Hypnotoad / concurrency / data scope

Replies are listed 'Best First'.
Re^2: Mojolicious / Hypnotoad / concurrency / data scope
by 1nickt (Canon) on Jan 07, 2018 at 15:42 UTC

    That's what I expect to do, but I am unclear about the scope within the Hypnotoad server, since each process serves multiple requests.


    The way forward always starts with a minimal test.