Tingle's Technology Notes

I am the Technical Lead for CDL Digital Special Collections, these are some notes of mine, views expressed are my own or the original author's and do not represent my employer. http://btingle.bitbucket.org/
Recent Tweets @tingletech
Posts I Like
Who I Follow
top 100 tags
Triggr is an R package that transforms the regular session into a worker mode, so that it could realise job requests coming through a socket from other apps and stay opened the whole time (something like fastCGI, but with own, lightweight and low level protocol — or one can just think of it as a yet another light RPC). Opposite to Rserve, it exchanges and processes arbitrary text messages instead of simply executing all the incoming data and sending back the results.