[fpc-pascal]Controlling TTY output
Marco van de Voort
marcov at stack.nl
Wed Nov 1 21:36:44 CET 2000
>
> How would you prevent the login process from executing so that the TTy2
> is available for stdin/output from the spawned
> process without having any requirement of login or such.
1. The other processes aren't really executing (as in eating up
processor time and memory). They are blocked for input, and as
such passed by the scheduler.
2. Simply don't start them in your login scripts. (getty commands).
Marco van de Voort (MarcoV at Stack.nl or marco at freepascal.org)
More information about the fpc-pascal
mailing list