Asynchronous Prefetch Database Query Cache module
Just a heads up that the beta 1 of the Asynchronous Prefetch Database Query Cache module https://www.drupal.org/project/apdqc is now available.
From my testing this will eliminate all deadlocks & metadata locks for all cache tables.
Read moreHTTPRL Module: Callbacks & Background Callbacks Now Possible
I'm pretty excited about some recent developments I've recently done in the HTTP Parallel Request Library. Thread that has all the dev info: http://drupal.org/node/1427958
You can now issue a callback in the event loop (just like node.js) so while your function callback is running, I/O is still going on in the background (http requests currently), filling up buffers waiting to be read after the callback is done executing.
Read morei Need help dynamic load content without refresh page (Drupal full AJAX)
hi
i need help for finding a way to have a full ajax drupal website (dynamic loading content without refresh page) like "Asynchronous" module
i just found "Asynchronous" module but this module is developing and not stable
i used that module and had a problem in pagination:
when i click "next" or "page 2" error displays:
page can't find
The requested page could not be found.
http://localhost/mydrupal/#category/textcontent/shortstory?page=1&page_r...
please help me this problem or recommend me a better solution...
thanks for help me
Read more