This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: New module system wishlist


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> Each common resource (e.g. a symbol table) has an associated mutex.
> Before using it, the current thread locks the mutex, and releases it
> afterwards.

It's probably possible to construct the symbol table in a way that you
only have to lock the mutex when inserting new symbols.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]