Il giorno 26/giu/2012, alle ore 02:59, Damian Usnarski ha scritto: > Hi, with ongoing development of uwsgi 1.3, i ask you about fully Ruby > support. For now support for uwsgi API from Ruby DSL is about 80% and lack of > some functions from Python Decorators, like threads. Is any chance to get > 100% Ruby support with 1.3 uwsgi? > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
The only big piece missing is multithreading (obviously i am referring to ruby 1.9). Some days ago i have found a potential solution for the GC bug when ruby is called from pthreads not created by the ruby vm. If i manage to implement it, the ruby base will be complete and all of the remaining api functions could be ported with little effort. -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
