how to use multiple remote displays

Robin Dunn robin at alldunn.com
Wed Oct 4 08:09:47 PDT 2006


Martin Drautzburg wrote:

> I keep thinking that there must be a technical solution to this problem (the
> political aspects will still remain difficult). I can't see a vital point
> why it should not be possible to do straightforward application development
> (i.e. without writing html and doing low-level programming) and still be
> able to service many remote users. 

A member of the wxPython-users group mentioned an approach he is taking 
  to accomplish this.  Basically his client application is a 
thick-client that downloads most of the UI as XRC from the application 
server, and then interacts with this application server for the 
application logic.  He doesn't give any numbers, but I expect that the 
per-user load on the app server is fairly low.  See:

http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?11:mss:55894:200610:ccbnlnhooknopaadkgcl


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wx-users mailing list