Re: Konfabulator

Adam Megacz <[email protected]> 08 Apr 2003 02:32:15 -0700
Newsgroups gmane.comp.java.xwt.general
Organization XWT
Message-ID <[email protected]>
Brian Alliet <[email protected]> writes:
> The "local" version would be able to run external command, connect
> to any host, etc, basically everything xwar's can't do now.

I'm going to commit a patch soon that lets you call

    xwt.xmlrpc()

which gives you an XMLRPC object that uses stdin/stdout instead of a
socket (logs go to stderr).

This way you can make "clean" standalone apps by having your
native-code app spawn an xwt process and read XML-RPC requests off
stdin/stdout.  The native-code app has infinite privileges, so it can
do all that nice stuff.  Plus by using stdin/stdout, you don't have to
mess with loopback sockets and the problems that occur when the port
you wanted to use isn't free...

> Offtopic: Speaking of that OS X client. I have the boehm-gc working 
> very well on os x.

I am VERY interested in this.  Can you send me a patch against the
boehm-gc in the current gcj 3.3 (not hans' private tree)?  This is the
only major obstacle to getting a working darwin-x11 xwt.

> Checkout the boehm-gc mailing list for more details. 

Can you post a link?

  - a

_______________________________________________
http://lists.xwt.org/listinfo/dev