-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello all,
This might not be a major bug, but one might hit it during development.
Having pool_size with a sqlite with the same URI in 2 or more different
web2py applications causes web2py to reuse the connection of the app
that is opened first.
How to hit the error:
1) Edit welcome application and replacing the sqlite DAL bit with
db = DAL('sqlite://storage.sqlite',pool_size=10)
2) Copy welcome as welcome2 to create a new application.
3) Restart web2py
4) Open welcome and register a user say.
5) Try opening welcome2 and registering with the same details.
- --
Praneeth
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJMLZUSAAoJENaaLQPAdAyuwwoH/iaB+w1VAXHSiHELsyuJGZPn
FiqG7Dv6bbiycfpllUUtRRCSjJqQIr1c0wACzaNu8gTdtG7fvctvDglvDm2zXIaZ
hUlmBDyrfF62PmrBoMK0RlCV0aQ4G93N9i2Ngn+T/vY300/SJWNoLF9TTBmTuz1Q
ktKj0RF5WdMhLNWxAPYt9ZSitK+HtOyjyw23u6dibrp4mJtqDueJ/x0lvD0d1abW
2+ad/UTu306Yj7ws8K6k4o7xinlyusVUZQ/gKhXIdkxTQu+nTdcWOkh8+XMQjULV
F8zuaYBbsgXSmtMnj15ctbNa7PybnfNEx4s0Efiodm0Z7Lo/fiJmP8b4nugj2EM=
=rtWl
-----END PGP SIGNATURE-----