Re: Issue while simultaneously accessing mysql db using clsql on a hunchentoot server

Kushal Das <[email protected]> Thu, 4 Aug 2011 16:22:36 +0530
Newsgroups gmane.lisp.clsql.general
Message-ID <CAAzeMbyEdVtOeDWNRFfeXJzQa-XQeP35nC-hPxveg+L0COgV7Q@mail.gmail.com>
On Wed, Aug 3, 2011 at 8:23 PM, Nathan Bird <[email protected]> wrote:
> Russ just wrote up a blog post that might illuminate the situation more:
> http://russ.unwashedmeme.com/blog/?p=218
>
> Generally a quick check is:  make sure you aren't pulling an object
> from the database and using it in multiple requests. The view-class
> objects keep a reference to the database they originally came from and
> use that database connection in the future even if you try to point it
> at a different database.
The blog post helped me to understand few things, thanks :)
Still one question, if I try to use direct query methods within
with-database , will that work ?

Kushal
-- 
http://fedoraproject.org
http://kushaldas.in

_______________________________________________
CLSQL mailing list
[email protected]
http://lists.b9.com/cgi-bin/mailman/listinfo/clsql