[ Skip menu ]

All posts written in January, 2007

The poor state of mongrel_cluster frontend web servers

Well, it’s true, almost all web servers do not proxy efficiently to a cluster of mongrel servers as was detailed in “Yet another post on how to setup Ruby on Rails to deal with high traffic websites.” I tried, in order, apache 2.2, pound 2.0, nginx 0.4.13 which are the more popular web server [...]

Read The poor state of mongrel_cluster frontend web servers - Comments (1)

Evaluating Free and Open Source ERP, CRM, and groupware solutions

Well, we’ve tried phpgroupware, vtiger, and request-tracker and we’re still looking for that solution that really benefits us as a small company trying to coordinate tasks, contacts. projects, and resources but is open source and freely available.

Read Evaluating Free and Open Source ERP, CRM, and groupware solutions - Comments (0)

Yet another post on how to setup Ruby on Rails to deal with high traffic websites

Not that I have a high traffic ruby on rails site yet but the time will come and I want to try and set it up well from the start. The main problem is that ruby on rails is not thread-safe so each request must be handled by a separate process. So generally [...]

Read Yet another post on how to setup Ruby on Rails to deal with high traffic websites - Comments (1)

Time to do our own dns

I started playing with PowerDNS a couple of months back. It wasn’t trivial to install but it wasn’t difficult either. As I find myself needing to move forward on DNS I did some more reading and now I feel that PowerDNS is overkill and I’m leaning toward MaraDNS. MaraDNS seems to fit [...]

Read Time to do our own dns - Comments (0)