previous up next     contents index
Next: Subprocesses in Embedded MzScheme Up: Threads Previous: Threads

Environment Configuration

 

While some configuration properties are attached to threads -- such as the thread's weight and original ports -- most configuration properities are attched to global environments. For example, the current input port is a property of a global environment, not of a thread.

Envionrment-based configuration information is stored in a  Scheme_Config record. For any environment,  scheme_env_config returns the record for the environment. Primitive procedures access the current configuration through the current environment ( scheme_current_env).



PLT