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
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
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
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
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
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
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
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
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
I will take a look at it, thanks!
jos
--
http://mail.python.org/mailman/listinfo/python-list
/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
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
__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
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
14 matches
Mail list logo