Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Use one executable for both worker and server. #4

Open
nominolo opened this issue May 27, 2011 · 1 comment
Open

Use one executable for both worker and server. #4

nominolo opened this issue May 27, 2011 · 1 comment
Assignees
Labels

Comments

@nominolo
Copy link
Owner

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'.

@ghost ghost assigned nominolo May 27, 2011
@nominolo
Copy link
Owner Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant