Hi all,
I'm using Happstack since a while. I'm very happy with it, however I have an issue that frankly I don't now how to fix. I've searched the history and I didn't find something that seems to help me, so I'm bothering.
In my server I'm logging some info on the activities and I've noticed that frequently in the logs there are duplicated log messages, which very likely is related to the server that is servicing duplicated requests by my browser. Unfortunately there is a task that is very demanding and I would to be able to force somehow the serialization of these requests. I was thinking to do it by blocking the other requests until this has finished, but did not found in the crash course how to do it. Besides it could be the wrong way to solve/circumvent the issue.
Can someone give me some idea/suggestions?
Thank you.