0
votes
1answer
33 views
How to ensure message idempotency with multiple competing consumers?
I have multiple distributed competing consumers each pulling messages off the same (transactional) queue. I want to implement each consumer as an Idempotent Receiver so I never pro …
4
votes
3answers
176 views
Terminology for a deterministic function with no side-effects?
I need the proper terminology for a specific type of function.
Suppose you write a function in your SQL database, whose inputs and outputs are contained within the scope of a da …
4
votes
6answers
597 views
How can I prevent database being written to again when the browser does a reload/back?
Hi there,
I'm putting together a small web app that writes to a database (Perl CGI & MySQL). The CGI script takes some info from a form and writes it to a database. I notice, …
