thin without multithreading?

13 views
Skip to first unread message

Marc Byrd

unread,
Apr 12, 2013, 1:25:53 PM4/12/13
to sina...@googlegroups.com
How do I start thin without multithreading?  

Currently I use the "ruby my_sinatra.rb -p 4571" perhaps with some nohup around it.  

BTW, Thin was awesome because it was built on EventMachine, which is an alternative to threading.  Why was threading added into thin?  Seems anathema.

m

Konstantin Haase

unread,
Apr 12, 2013, 2:00:53 PM4/12/13
to sina...@googlegroups.com
It's using the threading supplied by EventMachine (EM.defer). Disable with `disable :threaded`.


Konstantin


--
You received this message because you are subscribed to the Google Groups "sinatrarb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sinatrarb+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages