Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Sat, 15 Aug 1998 12:57:11 +1000

Re: Extreme coolness and Re: helper-mansync continued...

Steve writes:

>  [2] Should we try to make libggi thread safe?

At least the case where two threads open two separate visuals and use
them independently.

It would also be nice if events could be gathered in one thread while
drawing was performed by another thread (e.g. a multithreaded game
engine).  Putting some locking in common/evqueue.inc would be the easy
part, but how much of a PITA would this be for the X targets ?

[Should be no problem for the fbdev target AFAICT].

Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

Index: [thread] [date] [subject] [author]