This patch, used at ITA, adds a hook whereby the server can notify future clients when it ready to listen, without said clients having to poll and/or introduce a race-condition.
Please consider inclusion of this feature in next release of hunchentoot.
Also, can you export WITHIN-REQUEST-P from the package?
[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] Resentment is like taking poison and waiting for the other person to die. — Malachy McCourt
On Sat, Feb 6, 2010 at 1:24 AM, Faré fahree@gmail.com wrote:
This patch, used at ITA, adds a hook whereby the server can notify future clients when it ready to listen, without said clients having to poll and/or introduce a race-condition.
Please consider inclusion of this feature in next release of hunchentoot.
Thanks, but I don't think this is terribly useful. If you want that, you can simply use a :before method for execute-acceptor.
Also, can you export WITHIN-REQUEST-P from the package?
Yep, thanks for the heads-up. It's in the dev version now.
Cheers, Edi.