On Nov 7, 2007 7:44 PM, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote:
> This is the model I intend for the JRuby Nailgun server; users start up > the server on their own, with their own permissions. A nailgun client should note that no server is running and start one rather than just failing. That fits better with the command-line tools ecology, where (as I said) you don't want to have to know if a tool is in JRuby or not. > But having each user run a 25-50MB process when they > log in and piping all their commands through it seems a lot more > efficient than spinning up a 25-50MB process every time they run something. Indeed, particularly since the server will tend to stay paged out if there is memory pressure and you aren't using any JRuby commands, so the cost of running it but not using it is small. -- GMail doesn't have rotating .sigs, but you can see mine at http://www.ccil.org/~cowan/signatures --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---
