[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

mongrel vs fastCGI+lighty

d c

12/16/2006 5:27:00 AM

hiya -

we are building a pure ruby app (not rails) and wondered what people's
comments are on different ways to deploy this.

I've heard mongrel categorized as a kind of better webbrick, ie just a
nicer dev time quick'n'dirty webserver. is it usable for a
high-performance production environment?

in terms of lighty/fastCGI, this seems to be working well for us; at
least a lot better than apache w/ fcgi. it also gives us a basic
webserver for files etc. we did have to spend some time getting a
framework running for this tho.

so i was wondering if there is any advantage to using mongrel for
non-Rails apps?
esp if we dont really care about running on windows.

any insight appreciate to compare apples with oranges.

tx,

/dc
-------------------------------------------
David "DC" Collier
mailto:dc@pikkle.com
+81 (0)80 6521 9559
skype: callto://d3ntaku
-------------------------------------------
Pikkle ????
http://www....
-------------------------------------------

1 Answer

khaines

12/16/2006 9:56:00 AM

0