[plt-scheme] threads and mzscheme

From: Hans Oesterholt-Dijkema (hdnews at gawab.com)
Date: Tue May 24 18:25:14 EDT 2005

Matthew Flatt schreef:

(...)


I've adjusted my code in sqli for psql-sqld to use a thread for
PQExec, using scheme_block_until().

Works perfectly. Had some problems with multiple threads, because
I put data on the stack, using a pointer to address the data (stupid,
the manual warned about it).

Performance results are beautiful. As can be seen from

http://www.elemental-programming.org/epwiki/scheme%20oodb-perftests.html

Best regards,

Hans Oesterholt




Posted on the users mailing list.