NSPR threads?
Posted: Thu Aug 19, 2004 9:23 pm
Much has been said in the past in IRC about compiling the JS engine for thread safety (although the engine is run in a single thread).
At any rate, since NSPR seems to the common library for threading that Mozilla base projects require, is UOX going to convert it thread usage over to that library? An interesting note on the NSPR page is:
NSPR does not provide a platform for porting existing code. It must be used from the beginning of a software project.
Not sure how applcable this is to UOX using threads and the JS engine, but seems like the natural next step.
At any rate, since NSPR seems to the common library for threading that Mozilla base projects require, is UOX going to convert it thread usage over to that library? An interesting note on the NSPR page is:
NSPR does not provide a platform for porting existing code. It must be used from the beginning of a software project.
Not sure how applcable this is to UOX using threads and the JS engine, but seems like the natural next step.