scion icon indicating copy to clipboard operation
scion copied to clipboard

Use one executable for both worker and server.

Open nominolo opened this issue 13 years ago • 1 comments

I'm not sure this is such a good idea because its only advantage is reduced linking time when building. Of course, as long as we're below version 1.0 this might be a worthwhile "feature'.

nominolo avatar May 27 '11 15:05 nominolo

Currently the Scion server does not compile with GHC 6.12.* because atto-lisp does not compile with that version of GHC (due to some type-level hackery). In the future we want to be able run workers compiled with different versions of GHC (but with the same version of Scion and binary). Since the workers use a binary protocol to communicate with the server it doesn't matter which version of GHC they were compiled with.

nominolo avatar Aug 14 '11 09:08 nominolo