- 🇺🇸United States smustgrave
Closing as outdated as this was requested for more information 6 years ago.
If still a valid request please reopen with an updated issue summary.
its hard to test code "stampede protection" code based on our locking framework without async http requests. two examples i've been working on:
in both cases, with async http calls, if we create a test module page that takes a long time to do the work in the lock (a big image, or a page/element that just has a sleep()), and fire multiple requests at it, we could test that the code works as expected without elaborate hacks.
as we require php 5.2 or greater, we have access to the curl_multi_* functions, so we can build this support into simpletest.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing as outdated as this was requested for more information 6 years ago.
If still a valid request please reopen with an updated issue summary.