Around 16 o'clock on Sep 20, Mark Vojkovich wrote:

>    XShmGetImage is blocking, so maybe it's not important for XvShmGetImage 
> to be asynchronous.  Having to send the event (and receive it)
> probably just increases the latency anyhow.  OK, the event is
> a bad idea.

The protocol isn't blocking, only the library interface is.  You can 
either use an event or a reply to let the client know when the data are 
done; the reply is more sensible in many ways as it parallels the existing 
GetImage infrastructure.  An event would make it easier to have an 
asynchronous API in Xlib, but it is possible to make replies asynchronous 
as well.

[EMAIL PROTECTED]        XFree86 Core Team              SuSE, Inc.



_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to