From: "Ohad Rodeh" <ORODEH@il.ibm.com>
To: caml-list@inria.fr, Brian Naylor <bwv211mail@yahoo.com>
Subject: Re: [Caml-list] direct marshaling C<-->ML works in 3.05
Date: Wed, 31 Jul 2002 18:18:44 +0300 [thread overview]
Message-ID: <OF5998C85D.3E13F827-ONC2256C07.00535463@telaviv.ibm.com> (raw)
Right,
In Ensemble that code was commented out, because the feature did not
entirely work in ocaml-3.04. I've just committed the change to CVS, so you
can take a look at it there.
The idea is to take an ML memory-object and marshal it directly to C
malloced buffers,
instead of first converting it into a string using Marshal, and then
making a copy of it
to a C buffer. The reverse works the same way, except that you can get from
the network
an array of C-iovecs, and you'd like to unmarshal that, at low cost, into
an ML memory
object.
The basic code is in socket/s/mm.c, look for mm_input_val, and
mm_output_val.
These functions are used from socket/s/socket.ml.
In ocaml terms, the basic supporting functions are (intext.h):
CAMLextern long output_value_to_block(value v, value flags,
char * data, long len);
/* Output [v] with flags [flags] to a user-provided memory buffer.
[data] points to the start of this buffer, and [len] is its size
in bytes. Return the number of bytes actually written in buffer.
Raise [Failure] if buffer is too short. */
CAMLextern value input_value_from_block(char * data, long len);
/* Read a structured value from a user-provided buffer. [data] points
to the beginning of the externed data in this buffer,
and [len] is the length in bytes of valid data in this buffer.
The buffer is never deallocated by this routine. */
By now I've interfaced the C-Ensemble interface, with JNI, and I can tell
you that this feature is not supported in Java.
Ohad.
-----------------------------------------------------------------------------------
Ohad Rodeh
tel: +972-3-6401641
IBM Haifa, storage research
Brian Naylor
<bwv211mail@yahoo To: Ohad Rodeh/Haifa/IBM@IBMIL
.com> cc:
Subject: Re: [Caml-list] direct marshaling C<-->ML works in 3.05
31/07/2002 17:53
Hi. Can you give me a reference for what you mean by 'direct marshalling'?
Does
this somehow bypass the Marshal library? I have the Ensemble code base
(there's
a lot of it!) so I can follow a specific pointer if you have one. Thanks!
--- Ohad Rodeh <ORODEH@il.ibm.com> wrote:
> Direct marshaling between ML memory-objects and C io-vectors works great
> with the new release (3.05).
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
next reply other threads:[~2002-07-31 15:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-31 15:18 Ohad Rodeh [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-07-31 11:30 Ohad Rodeh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=OF5998C85D.3E13F827-ONC2256C07.00535463@telaviv.ibm.com \
--to=orodeh@il.ibm.com \
--cc=bwv211mail@yahoo.com \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox