chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: Re: [Chicken-users] performance issue in xml-rpc


From: felix winkelmann
Subject: Re: Re: Re: [Chicken-users] performance issue in xml-rpc
Date: Mon, 11 Dec 2006 16:15:39 +0100

On 12/11/06, Daishi Kato <address@hidden> wrote:
On 12/11/06, Joerg F. Wittenberger <address@hidden> wrote:
> > So, it looks like the top two time-consuming procedures are
> > read-request and SSAX:XML->SXML.  The third is probably
> > http:read-request-attributes.
> >
> > Any comments?
> > Maybe, I would need to look into the chicken source code.
>
> Probably you need to.

OK, did a bit.
I'm starting to understand felix's word about chicken's slow input port.
Just regarding with read-line, I would porpose the following:
a) the data of tcp port includes buf, buflen, and bufindex.
b) read-line directly accesses the buf in data for socket port.
The questions are:
a) can the buf can be shared by the data slot?
b) does the socket type of the port only used with tcp.scm?

I would like to get comments, especially from felix.


Sorry, I will try to give you proper answers once
I've looked into the code.


cheers,
felix


--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]