Search through our group's posts (events, discussions, jobs, etc.) and their comments here. Results are displayed in order of post date. Use the pager below to browse results.
Production Drupal Sites on IIS (or windows in general) - Experiences?
Hi folks,
Does anyone know of popular Drupal sites "in the wild" running on IIS, or even Apache/Windows?
I'm building an internal application at work and am forced to run on Windows Server VMs. From the experimentation and research I've done, Drupal runs fine on IIS but I have no experience or idea what will happen when we start to get hundreds of concurrent authenticated users. I'm more comfortable scaling Apache, but I haven't done it on Windows.
Any experiences or stories would be appreciated. Thanks!
Read moreProject Mercury Benchmarks: 2000+ Requests Per Second!
While working through some issues this weekend and preparing another blog post, I finally got around to doing some comprehensive benchmarking on Project Mercury. In the process, I discovered that the first bottleneck I hit running tests from my desktop was the local (last-mile) internet connection, so I switched to running the tests from another EC2 instance. This means that network is not a factor in my results, giving us a real sense of the raw power behind this stack.
For all these tests, I used the Mercury Alpha4 release on a small ec2 instance, loading a staging copy of Mission Bicycles, which is a good "heavy" example in that it has a lot of modules loaded, including Ubercart and Panels. My goal was to measure throughput and response times under various caching configurations, angling for the best results in terms of pages served per second, and delivery time.
I started by cutting things all the way back to nothing, and then added each layer of the caching infrastructure, running benchmarks at each point. The results are quite eye-opening. Can you say 2000+ requests per second? Read on for the full story.
Read morePressFlow related documentation, updates, support?
I was not sure where to post this question. Appologies if this is not the correct place.
I've been looking at PressFlow and it looks nice that it already comes packaged with several performance related patches. Thanks to those who made it available.
However, compared to latest Drupal snapshot, it seems to be missing latest Drupal core patches. If this happens with minor fixes it's ok, but it seems it could also happen with security related issues?
Read moreVarnish2 vs Squid | Caching for drupal.org
Interesting post about caching for drupal.org by Narayan Newton (nnewton) at http://nnewton.org/node/9
Read moreLooking for ideas for version 2.0 of Boost
Boost is nearing RC 3, and my estimate is the release after this will be 1.0. As such I'm looking for ideas for the next version, 2.0.
Read morePANTHEON/Mercury BoF Friday at DrupalCon Paris
Just a quick note: we're going to hold a BoF for people interested in Project Mercury (and other packages from PANTHEON) in Paris! It will be after lunch on Friday at 2:50.
Looking forward to talking to those of you who are here at DrupalCon.
Read moreNew Release: Cache Router 1.0-rc1
Spent A LOT of time over the past few days really getting into the bugs in Cache Router. This module is now entering the 1.0 release candidate world. It now "just works". For a lot of people it should be as easy as installing the module, adding the configs to settings.php and watching your site be 20-50% faster.
For bigger sites, this module will allow you to scale to great heights using memcache.
Here you go: 1.0-rc1 release - http://bit.ly/CMRRW Project page: http://drupal.org/project/cacherouter
Read moreUpdated comparison of performance modules
These days I've added a feature table to Caching: Modules that make Drupal scale, this group's wiki page for comparison of performance and scalability modules, started by Mike Carper some time ago.
This follows other Drupal module comparison pages, trying to make it simple and clear for most normal cases, so that a majority of users can easily understand the basics and use them. Anyone can naturally share additional info. Let's hope the wiki will be useful for Drupal users.
Read moreCCK node reference & cache expiration for boost
I could use some help with boost and CCK. Given nid, get all cck node references (this node points to X (not very useful, X hasn't changed)) & all cck back references (X points to this node (very useful, this node changed)). Flush all nodes, only going 1 level deep. Any help is greatly appreciated.
Boost issue: http://drupal.org/node/567650
Read morecache table Mysql index impact on delete
Hi
cache_clear_all('cache_name1', '');
cache_clear_all('cache_name2', '');
cache_clear_all('cache_name3', '');
Index of the cache table is updated for every cache_clear_all() for the same table. How to solve this? and How to optimize the cache tables?.
Please visit the advantage and disadvantage of index
http://www.mysqlfaqs.net/mysql-faqs/Indexes/What-are-advantages-and-disa...
Regards,
R.Navaneethakrishnan.






