LWN.net Logo

LCA: The X-men speak

LCA: The X-men speak

Posted Feb 12, 2013 18:58 UTC (Tue) by dlang (✭ supporter ✭, #313)
In reply to: LCA: The X-men speak by drag
Parent article: LCA: The X-men speak

given that the clients run on the central box and the server is in front of the user, moving work from the server to the client concentrates the load, which is not a good thing (assuming that remote ability is maintained)


(Log in to post comments)

LCA: The X-men speak

Posted Feb 12, 2013 20:42 UTC (Tue) by drag (subscriber, #31333) [Link]

yet oddly it's not much different then what X windows does when people try to use it to run 'thin clients'. The bulk of the application logic, memory usage, cpu usage, and the like always is going to be on the side of were the application is.

Is it going to be a big win for you to distribute the rendering of the applications?

It seems to me that the sort of applications were the bulk of the resources is put into the final rendering (video games, video playback, and the like) are exactly the sort of things that X11 is terrible at and is all done by direct rendering when possible.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds