home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x
- Path: sparky!uunet!spool.mu.edu!enterpoop.mit.edu!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
- From: gildea@expo.lcs.mit.EDU (Stephen Gildea)
- Subject: Re: Why X libraries are not reentrant?
- Message-ID: <9301260044.AA03477@alex.lcs.mit.edu>
- Sender: daemon@athena.mit.edu (Mr Background)
- Organization: X Consortium, MIT Laboratory for Computer Science
- References: <1993Jan14.232031.9316@selway.umt.edu> <1993Jan19.025831.19583@thunder.mcrcim.mcgill.edu> <1jk9kpINN2n5@hpsdlss3.sdd.hp.com> <1993Jan21.174432.24877@jpl-devvax.jpl.nasa.gov>
- Date: Tue, 26 Jan 1993 00:44:12 GMT
- Lines: 10
-
- Kaleb's summary is good, but I do want to add one small point.
- Multi-threading allows you to handle re-entrancy, but it is not
- the same thing.
-
- With a threads environment which allows per-thread signal handling,
- you can have a different thread from any threads already in Xlib
- safely call Xlib from a signal handler.
-
- < Stephen
- MIT X Consortium
-