Software Listing of Author : "Hadsie"
- Account Sync
- License: Freeware
- Price: 0.00


The account_sync module allows you to synchronize drupal user account data across multiple Drupal sites. It currently supports basic account information as well as the drupal core profile module. It also has very basic single sign-on support. This module uses XMLRPC to transmit data between sites when updates are made so there's no need to have your sites running on the same database, server, or on the same subdomain. If you plan on using this module please read the README.txt. If it's not configured properly you can risk breaking your user accounts and opening security holes. You may also be interested in the Bakery module which has similar functionality and goals. I've added a short document explaining some of the biggest differences between the two modules. If you're curious about some of the possible use cases of this module,...
- Platform: PHP, Scripts
- loadtest
- License: Freeware
- Price: 0.00


A framework for running and building load tests on a Drupal site. The goal of this module is to allow site administrators to run benchmarks of there website under various configuration settings to help find bottlenecks and other issues that might be slowing down their site. It also targeted towards developers who wish to design load tests for their own modules. Use Cases One of the built in test suites that can be used automatically runs through the list of enabled modules and runs load tests on each module individually. At the end of the test run the user can view the duration of each test and will be able to see if it ran significantly slower when any particular module was enabled. More involved load testing can also be done using pre-configured states. For example, a developer might write a patch against core and want to see...
- Platform: PHP, Scripts
