Re: XForms: Re: fl_do_forms() and signals

Steve Lamont (spl@szechuan.ucsd.edu)
Wed, 17 Feb 99 08:10:03 PST

# To subscribers of the xforms list from spl@szechuan.ucsd.edu (Steve Lamont) :

> I need some help from you. I think you know how to work with threads
> in xforms. How can i do that? I really need this!

The key to running multithreaded applications with XForms is to only
allow one thread to communicate with XForms directly. If more than
one thread tries to do so, you will run into Xlib async errors or some
other strange error caused by failure to lock a resource.

You can communicate through shared memory, IPC, sockets, or some other
mechanism.

spl
_________________________________________________
To unsubscribe, send the message "unsubscribe" to
xforms-request@bob.usuhs.mil or see
http://bob.usuhs.mil/mailserv/xforms.html
XForms Home Page: http://bragg.phys.uwm.edu/xforms
List Archive: http://bob.usuhs.mil/mailserv/list-archives/