home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!monu6!adagio.panasonic.com!chorus.mei!oskgate0.mei!icspub!wnoc-kyo!sh.wide!wnoc-tyo-news!scslwide!wsgw!wsservra!daemon
- From: gildea@expo.lcs.mit.edu (Stephen Gildea)
- Newsgroups: fj.mail-lists.x-window
- Subject: Re: Why X libraries are not reentrant?
- Message-ID: <1993Jan26.014016.26893@sm.sony.co.jp>
- Date: 26 Jan 93 01:40:16 GMT
- Sender: daemon@sm.sony.co.jp (The devil himself)
- Distribution: fj
- Organization: X Consortium, MIT Laboratory for Computer Science
- Lines: 14
- Approved: michael@sm.sony.co.jp
-
- Message-Id: <9301260044.AA03477@alex.lcs.mit.edu>
- 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: Mon, 25 Jan 1993 19:44:12 EST
-
- 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
-