From: "ako..." Date: 2006-01-12T13:03:03+09:00 Subject: ruby Thread in CGI application? Hello, i heard that ruby's Thread is not a native system thread but is implemented in the interpreter itself. is that true? does this mean that is is lighter than native threads? does anyone know if Thread.start on every web request in my CGI application would severely reduce my web server's scalability? thanks konstantin