[dancer-users] Dancer2::Plugin::Database side effects?

Stefan Hornburg (Racke) racke at linuxia.de
Wed Sep 23 13:13:00 BST 2015


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.



More information about the dancer-users mailing list