Re: [Spice-devel] Cross-device access in SPICE server

2012-03-06 Thread Noel Van Hook
oooh except each head still uses it's own command queue. So even if they go into the various queues in the right order, they may come out in different orders, if one queue is backed up or has very large operations in it. Gotta think about that for a bit. Thanks for the heads up. Noel On Tu

Re: [Spice-devel] Cross-device access in SPICE server

2012-03-06 Thread Noel Van Hook
On Tue, Mar 6, 2012 at 2:33 PM, Yonit Halperin wrote: > On 03/05/2012 06:40 PM, Noel Van Hook wrote: >> >> On Sun, Mar 4, 2012 at 12:29 PM, Yonit Halperin >>  wrote: >>> >>> On 03/02/2012 09:06 PM, Noel Van Hook wrote: I was wondering if anyone had any experience or insight into a w

Re: [Spice-devel] Cross-device access in SPICE server

2012-03-06 Thread Yonit Halperin
On 03/05/2012 06:40 PM, Noel Van Hook wrote: On Sun, Mar 4, 2012 at 12:29 PM, Yonit Halperin wrote: On 03/02/2012 09:06 PM, Noel Van Hook wrote: I was wondering if anyone had any experience or insight into a way for a worker in the server to get access to data from the other workers? Specific

Re: [Spice-devel] Cross-device access in SPICE server

2012-03-05 Thread Alon Levy
On Mon, Mar 05, 2012 at 09:40:04AM -0700, Noel Van Hook wrote: > On Sun, Mar 4, 2012 at 12:29 PM, Yonit Halperin wrote: > > On 03/02/2012 09:06 PM, Noel Van Hook wrote: > >> > >> I was wondering if anyone had any experience or insight into a way for > >> a worker in the server to get access to dat

Re: [Spice-devel] Cross-device access in SPICE server

2012-03-05 Thread Noel Van Hook
On Sun, Mar 4, 2012 at 12:29 PM, Yonit Halperin wrote: > On 03/02/2012 09:06 PM, Noel Van Hook wrote: >> >> I was wondering if anyone had any experience or insight into a way for >> a worker in the server to get access to data from the other workers? >> Specifically I am looking into some optimiza

Re: [Spice-devel] Cross-device access in SPICE server

2012-03-04 Thread Yonit Halperin
On 03/02/2012 09:06 PM, Noel Van Hook wrote: I was wondering if anyone had any experience or insight into a way for a worker in the server to get access to data from the other workers? Specifically I am looking into some optimization that would require a worker to have access to the surfaces stor

[Spice-devel] Cross-device access in SPICE server

2012-03-02 Thread Noel Van Hook
I was wondering if anyone had any experience or insight into a way for a worker in the server to get access to data from the other workers? Specifically I am looking into some optimization that would require a worker to have access to the surfaces stored in other workers. Is there an easy way for t