Re: Land Of Lisp is out

2010-10-28 Thread jos...@corporate-world.lisp.de
On 29 Okt., 01:34, Lawrence D'Oliveiro wrote: > In message > , kodifik > wrote: > > > On Oct 28, 1:55 am, Lawrence D'Oliveiro > > wrote: > > >> Would it be right to say that the only Lisp still in common use is the > >> Elisp built into Emacs? > > > Surely surpassed by autolisp (a xlisp derivativ

INVITATION FLIB: Fringe/Functional Languages In Barcelona user group.

2009-05-25 Thread jos koot
INVITATION We, (Jose A. Ortega Ruiz j...@gnu.org, Andy Wingo wi...@pobox.com and Jos Koot jos.k...@telefonica.net) have scheduled a meeting in Barcelona (Spain) with the intention to form a user group FLIB: Fringe/ Functional Languages In Barcelona. Everyone who is interested in shaping this group

Re: XML-RPC server via xinetd

2006-04-17 Thread Jos Vos
eHTTPServer / BaseHTTPRequestHandler) ae designed the way they are. The underlying stream medium (TCP sockets or plain file streams like stdin/stdout) should not be integrated with the protocol (HTTP) handling, IMHO... -- --Jos Vos <[EMAIL PROTECTED]> --X/OS Experts in Open Systems BV

Re: XML-RPC server via xinetd

2006-04-17 Thread Jos Vos
On Mon, Apr 17, 2006 at 12:36:18PM +0200, Brian Quinlan wrote: > I don't know exactly what your usage pattern is, but you might be able > to use SimpleXMLRPCDispatcher directly e.g. > > >>> s = SimpleXMLRPCDispatcher() > >>> s.register_function(pow) > >>> s._marshaled_dispatch(' ' --X/OS

Re: XML-RPC server via xinetd

2006-04-17 Thread Jos Vos
n XMLRPC subclass which reads from stdin and writes to > stdout. Will try... -- --Jos Vos <[EMAIL PROTECTED]> --X/OS Experts in Open Systems BV | Phone: +31 20 6938364 --Amsterdam, The Netherlands| Fax: +31 20 6948204 -- http://mail.python.org/mailman/listinfo/python-list

Re: XML-RPC server via xinetd

2006-04-17 Thread Jos Vos
ll try it. -- --Jos Vos <[EMAIL PROTECTED]> --X/OS Experts in Open Systems BV | Phone: +31 20 6938364 --Amsterdam, The Netherlands| Fax: +31 20 6948204 -- http://mail.python.org/mailman/listinfo/python-list

Re: XML-RPC server via xinetd

2006-04-17 Thread Jos Vos
dler reading/writing from stdin/stdout, i.s.o. carrying all the server class stuff with it. -- --Jos Vos <[EMAIL PROTECTED]> --X/OS Experts in Open Systems BV | Phone: +31 20 6938364 --Amsterdam, The Netherlands| Fax: +31 20 6948204 -- http://mail.python.org/mailman/listinfo/python-list

Re: XML-RPC server via xinetd

2006-04-16 Thread Jos Vos
w I want it to *not* do the binds etc. to listen on a port. The problem is that the server initialization *requires* a server address (host, port pair), but I don't see how to tell it to use the stdin socket (and I'm afraid this is not possible, but I'm not sure). -- --Jo

XML-RPC server via xinetd

2006-04-15 Thread Jos Vos
iting via stdin/stdout). Any hints or code examples? Thanks, -- -- Jos Vos <[EMAIL PROTECTED]> --X/OS Experts in Open Systems BV | Phone: +31 20 6938364 --Amsterdam, The Netherlands| Fax: +31 20 6948204 -- http://mail.python.org/mailman/listinfo/python-list

Re: Thread's, async_chat and asyncore

2005-10-05 Thread Jos
I will take a look at it, thanks! jos -- http://mail.python.org/mailman/listinfo/python-list

Re: Using Asyncore/chat for game server question.

2005-10-05 Thread Jos
/select_trigger.py And how i warped it to my needs here: http://www.thethirdplace.org/grabbag/pyasynccpl/test.py (please don't laugh at the rough code! :) Jonathan's original reply, via email, is quoted here with his permission. Thanks! jos I saw your post to comp.lang.python about asyncore an

Re: Thread's, async_chat and asyncore

2005-10-03 Thread Jos
Gaaa, i just did a run with 999 threads pushing data, and i'm getting "IndexError: deque" problems, so i'm guessing its _not_ thread safe... Bummer. jos -- http://mail.python.org/mailman/listinfo/python-list

Thread's, async_chat and asyncore

2005-10-03 Thread Jos
__main__': for i in range(1,99): x = pulse_thread(":%02d:\n\r" % (i,)) x.start() myserver = cServer(('127.0.0.1',7000)) asyncore.loop() Please let me know if this is totally the _wrong_ way to do it! Thanks, Jos -- http://mail.python.org/mailman/listinfo/python-list

Using Asyncore/chat for game server question.

2005-09-29 Thread Jos
quot; to the connected clients every second. Thanks for any help, pointers, words of advice, etc etc! Jos -- http://mail.python.org/mailman/listinfo/python-list