<div dir="ltr"><div dir="ltr">I doubt this is related, but DPAE::Database had/has a DB handle caching issue which creates a MySQL connection issue, see <a href="https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible-Provider-Database/issues/3">https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible-Provider-Database/issues/3</a></div><div dir="ltr"><br></div><div>It's possible that something in your app (at the "system" module level) is caching something badly (although it wouldn't explain why it only affects one user...)</div><div>-N</div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, 23 Nov 2018 at 07:38, Nikola Mitev <<a href="mailto:nik@mitev.eu">nik@mitev.eu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you for the suggestion, it makes a lot of sense for me as the app<br>
does write to a database and the risk of data corruption is certainly<br>
not worth the efficiency gains at the current load (which is very<br>
unlikely to increase drastically).<br>
<br>
I will definitely look into a single threaded server - whether it will<br>
resolve the session issues we will wait and see :)<br>
<br>
Nik<br>
<br>
On Thu, 2018-11-22 at 12:55 -0700, Warren Young wrote:<br>
> On Nov 22, 2018, at 12:54 PM, Warren Young <<a href="mailto:warren@etr-usa.com" target="_blank">warren@etr-usa.com</a>><br>
> wrote:<br>
> > <br>
> > <br>
> > On Nov 22, 2018, at 1:23 AM, Nikola Mitev <<a href="mailto:nik@mitev.eu" target="_blank">nik@mitev.eu</a>> wrote:<br>
> > > <br>
> > > <br>
> > > I am using Starman with Nginx in front of it<br>
> > ...every code path in your app that touches global state needs to<br>
> > be protected…<br>
> To be clear, by “touch” I mean “modify”.  If your app is fully read-<br>
> only, then none of what I wrote matters.<br>
> _______________________________________________<br>
> dancer-users mailing list<br>
> <a href="mailto:dancer-users@dancer.pm" target="_blank">dancer-users@dancer.pm</a><br>
> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm" target="_blank">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
</blockquote></div>