In the last blog post we looked at a multi processing handler for Drush. In this post we look at a practical use for the handler in making Drupal Migrate run faster.
Introducing a proof of concept concurrent process (multi thread) handler for Drush. This comes with a couple of test drush commands so you can see how it works including a working implementation of the dining philosophers problem.
The CTools module provides functionality to insert a form into a modal popup. This tutorial shows a neat pattern for implementing this advanced functionality.