On 09/23/2015 01:28 PM, Mike Cu wrote:
> I've replaced all my
> $dbh = DBI->connect, $sth    = $dbh->prepare calls with
> the Dancer2::Plugin::Database equivalents
> Before that, when there was interaction with the UI, I would explicitly 
> connect, run all my sql and then disconnect, on every Ajax call .
> 
> After I switched to Dancer2::Plugin::Database,I have to do the same 
> interaction, for example, clicking a button which invokes an Ajax call which 
> in turn calls the database retrieving the new data and updates the UI, does 
> not have an immediate effect ,the UI is not being updated. So I have to do 
> the same move (click a second time) for getting the desirable outcome
> 
> Has that something to do with caching and reusing the connection?
> 

It shouldn't - how does your code for the Ajax call looks like?

Regards
        Racke

-- 
Perl and Dancer Development

Visit our Perl::Dancer conference 2015.
More information on https://www.perl.dance.

_______________________________________________
dancer-users mailing list
[email protected]
http://lists.preshweb.co.uk/mailman/listinfo/dancer-users

Reply via email to