<div dir="ltr"><div><div>It's the same thing, IMHO. It's a state.<br></div>Keeping it in Memcached, token in a cookie, external service, etc.<br></div>Whichever one you find comfortable is the best. :)<br></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Fri, Dec 6, 2013 at 9:29 PM, Pierre M <span dir="ltr"><<a href="mailto:piemas25@gmail.com" target="_blank">piemas25@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">I'm not loving the idea of storing a 3rd party session token, it's a bit of a pain to pass it around and it's not really scalable. Caching the bot itself between each REST request works, but I came accross a possibly nicer idea: <div>



<br></div><div>My bot could be running in a Gearman worker, and I would give orders with a Geaman client. Possibly with Dancer::Plugin::GearmanXS, if I used Dancer instead of Dancer2.</div><div><br></div><div>It looks the tool for the job. I'll try it in two weeks, when I'm back from holidays.</div>



</div>
<br>_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
<br></blockquote></div><br></div>