[SOLVED] SQL Error: This statement has been closed

2008-05-10 Thread Miguel Arroz
Hi! I'm sorry guys, my fault... forgot to lock() a database context. Stupid me. Alentejo will have to wait. So much I care about concurrency, and I end up doing this kind of mistakes. Shame on me. Yours Miguel Arroz On 2008/05/11, at 00:42, Miguel Arroz wrote: Hi! I just found a

Re: SQL Error: This statement has been closed

2008-05-10 Thread Miguel Arroz
Hi! It seems multiple EOF stacks and synchronizers are out of the equation. Digging further and thinking on Alentejo... Yours Miguel Arroz On 2008/05/11, at 00:42, Miguel Arroz wrote: Hi! I just found a new reason to avoid sleeping well. I'm running an app in development mode, wit

SQL Error: This statement has been closed

2008-05-10 Thread Miguel Arroz
Hi! I just found a new reason to avoid sleeping well. I'm running an app in development mode, with Wonder's multiple EOF stack feature enabled, and synchronizer tuned to not allow insertions to be broadcasted. The DB is Postgresql. When I stress-test a little my app, running the same