Our build process uses make files and multiple invocations of erlc. I vaguely recall a post to this list describing how to speed up builds by way of some kind of proxy erlc that talks to a node that stays running. This would avoid the node initialization and termination overhead. Does anyone recall how to do this? I tried searching the archives and found nothing.