Hi, currently rack plugin links to system ruby libraries so it's always using the same ruby version as it was compiled against. Unfortunately ruby world makes very big deal about versions, so many web apps have very strickt requirements about what specyfic ruby version they need. Is there any way (now or in the near future) to run one app with ruby 1.8.x and another with 1.9.x with single uwsgi? The only way I can think of, is to compile two rack plugins, each linked to different ruby version, and call them rack18 and rack19. Any hints?
Łukasz Mierzwa _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
