[erlang-questions] RPC from linkedin driver

Willem de Jong w.a.de.jong@REDACTED
Fri Apr 3 08:12:20 CEST 2009


In the mean time, you could try the sax parser that comes with erlsom. It is
significantly faster than xmerl, uses little memory and it has an easy to
use sax API.

You can read the documentation here:
http://erlsom.sourceforge.net

or download the software here:
http://sourceforge.net/projects/erlsom/

Regards,
Willem
On Thu, Apr 2, 2009 at 4:55 PM, Kenneth Lundin <kenneth.lundin@REDACTED>wrote:

> We are working on significant performance improvements and new API's for
> XMERL.
>
> The new XMERL will be at least 4 times faster than the current
> version. The base for this is a completely new
> SAX parser that you also can use directly with new API's.
>
> The memory consumption will also be significantly reduced.
>
> /Kenneth Erlang/OTP Ericsson
>
> On Tue, Mar 31, 2009 at 8:13 PM, Yogish Baliga <yogishb@REDACTED> wrote:
> >
> > I am currently working on developing a linkedin driver (c language) for
> XML parser (xmerl is too slow). This is a SAX parser is given the following
> input:
> >
> > 1. XML to be parsed
> > 2. Call back functions (MFA) for start of node, end of node and for text
> elements
> >
> > I found C APIs to do RPC calls from c-node (ei_rpc). This require
> ei_cnode and fd parameters. That means I need to run the port as a c-node.
> >
> > Is it possible to do RPC from linkedin driver without converting linkedin
> driver as a c-node?
> >
> > Thanx,
> > -- baliga
> >
> >
> > "The quality of programmers is a decreasing function of the density of
> GOTO statements in the programs they produce." - Edsger W. Dijkstra
> >
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://www.erlang.org/mailman/listinfo/erlang-questions
> >
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20090403/dbcfd55c/attachment.htm>


More information about the erlang-questions mailing list