lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> -----Original Message-----
> From: owner-lua-l@tecgraf.puc-rio.br
> [mailto:owner-lua-l@tecgraf.puc-rio.br]On Behalf Of Josh Jensen
> Sent: Monday, September 10, 2001 10:03 AM
> To: Multiple recipients of list
> Subject: RE: Parsing to byte code
>
>
> * It has the ability to be multithreaded.  This is critical to
> background loading processes in Amped.  There is also some trickery used
> with the shared global states that showed up in 4.1 Alpha.

I don't think I've seen this "trickery used with the shared global states"
before. Does this mean that multiple lua_State's can each have their own
private globals as well as share some globals? Can someone point me to a
link in the archives if this has been discussed before?

Thanks!

Eric