-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
[d__d] joined the channel
maksbotan has quit
maksbotan joined the channel
maksbotan has quit
maksbotan joined the channel
AndyS joined the channel
AndyS is now known as Guest42538
Guest42538 has quit
eseifert_ joined the channel
eseifert has quit
josuebrunel joined the channel
josuebrunel has quit
eseifert_ is now known as eseifert
eseifert has quit
subscope has quit
subscope joined the channel
chiui joined the channel
cauethen1 joined the channel
chiui has quit
subscope has quit
cynicalcats_ joined the channel
cynicalcats has quit
riot has quit
riot joined the channel
mist__ joined the channel
mist__
Hi guys i'm having some concurrency issues with bottle running as an apache wsgi app
the app starts a thread that polls a mysql database and puts a value into the memory
the value can then be polled by going to an url
however since apache is threaded it seems like multiple threads are started and as such depending on which apache thread you end up it might have a different value than the other
this is causing major issues
Anyone able to shed any light on how to prevent this?
subscope joined the channel
cauethen1 has quit
cauethen1 joined the channel
Guest87952 has quit
chiui joined the channel
chiui has quit
eseifert joined the channel
josuebrunel joined the channel
josuebrunel has quit
josuebrunel joined the channel
josuebrunel joined the channel
Ajacmac joined the channel
Ajacmac
I'm on page 60 of the bottle documentation, doing the todo list...I can't figure out what to do with this new code it's giving me, whether I insert it somewhere or replace ___ with it or what.