Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "330) How can I display an xwd in a window (without using xwud)?"
Next document is "332) How can I dump my widget instance tree in a way that reflects"

331) Can I write a multi-threaded Motif application?

[Last modified: May 97]

Answer:  Motif 2.1 can be compiled to be thread-safe (if libX11 and libXt are
also compiled to be thread-safe).

Motif releases prior to Motif 2.1 were not thread-safe.  In these releases,
you can use Motif from one thread and do other things in other threads but you
cannot call Motif functions from more than one thread.

Try looking in the X FAQ for information on threads:

        http://www.cis.ohio-state.edu/hypertext/faq/usenet/x-faq/top.html
        ftp://ftp.x.org/contrib/faqs/FAQ


Ken Lee, http://www.rahul.net/kenton/

Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "330) How can I display an xwd in a window (without using xwud)?"
Next document is "332) How can I dump my widget instance tree in a way that reflects"