Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Dancer & Plackup - Redirect not refreshing page data

by jeromek (Novice)
on Aug 07, 2014 at 14:11 UTC ( [id://1096630]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Dancer & Plackup - Redirect not refreshing page data
in thread Dancer & Plackup - Redirect not refreshing page data

I think I've tracked it down to starman.
With only 1 worker, all works fine. I guess the second worker picks up the other request but not in the same DB transaction and doesn't see the update.

The question is now is it an internal starman cachine problem or am I doing something wrong with my database connection ?
My guess is that it's not only database because the session info is not pickup by the 2nd worker either so starman is doing something wrong, workers are not synchronized.

Is there any Starman-specific community I could ask ?

Replies are listed 'Best First'.
Re^4: Dancer & Plackup - Redirect not refreshing page data
by choroba (Cardinal) on Aug 07, 2014 at 14:16 UTC
    How do you connect to the database? Do you open a new connection for each request?
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
      I use Dancer::Plugin::Database and the update process is:
      database->quick_update(...); database->commit();

      The reason I say it's not only DB is because on another environment, it fails to resolve the session user after submit.
      session('user') which is set by the first thread throws an uninitialized warning value after submitting (supposedly pickup by the 2nd worker).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1096630]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-03-28 16:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found