Sharing large matrices between 2 computers

iratinhk's icon

Dear Jitterites,

I am wondering if it is possible/practical to share the CPU/GPU load of a Jitter
patch between two computers when using large (620x480) matrices. For
instance, one
computer might generate images and the other computer process them. I've tried
this over a network using jit.net.send etc. but once the matrices get
large this slows
to a crawl. Ideally I'd like to simply connect an Ethernet cable to each machine
(both Macs) without going through a server but so far I've only been able to get
[mxj net.maxhole] to communicate this way. Any ideas?

Thanks in advance,

Christopher