Blog Detail
29
Thin is In
posted by rob
So far I have not had the troubles with Thin that I have had with mongrel. Thin dropped in with the same configuration that I had for apache when I was using mongrel_cluster. I just had Thin run the same number of servers on the same ports and bingo - no more dead threads. I had briefly considered using nginx as a front end, but I think one of the main reasons to do that is to get improved speed by connecting through unix sockets. I don't really need the extra speed right now, and even though apache is kinda bloaty compared to nginx, the server is running fine. I think.
Time to add some features. I think comments are (mostly) working on these blog entries. Since no one has commented yet, all I have to go by is the test comments that I posted and deleted, which worked. Mostly. Before the weekend is out, I hope to have added the article controller and have the first CP article on line. With mostly working comments. I also have to review the code that I wrote for a password reset link, but that may have to wait for next weekend.
Oh, as visitors may have noticed from the front page, CP now allows calendar users to share photos. The photos are only available to the other user of the calendar, so you shouldn't have to worry about other users (or the Internet in general) seeing pics of your kids.
That's it for now.
Comments
Add a comment