Hi, I am using tornado, sqlalchemy behind ngnix in reverse proxy mode. I run 4+ app servers and each maintaining it's own db session and connection.
I am seeing the same problem as mentioned in the forum. One session creates new data and other session doesn't get updated information. As I am behind reverse proxy, each user request could go to different session all together. https://groups.google.com/forum/#!searchin/sqlalchemy/multiple$20sessions/sqlalchemy/MqeoIcRAdwM/egleUsQ6z-8J How can I avoid this? I am using InnoDB. thanks -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/groups/opt_out.
