Go concurrency in Ruby -


i wish use threads , concurrency features of go language in ruby on rails project. have several alternatives, 1 of them jruby. but, don't java (personal preference). have heard go lang perfect replacement java. more faster & secure java. saw people comparing speed c++ of part in assembly itself. people can write complete web server apache scratch in go.

what planning is: low level stuff in go , rest of ruby on rails. still want have ease of development ror has offer.

starting in go 1.5, there build mode called c-shared, allows build c shared libraries in go. these can loaded ruby using ffi , used in rails app. see this brief introduction concept.


Comments