caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] help regarding 'union'
@ 2002-05-28  7:52 Animesh Pathak
  2002-05-28 10:26 ` Michal Moskal
  0 siblings, 1 reply; 3+ messages in thread
From: Animesh Pathak @ 2002-05-28  7:52 UTC (permalink / raw)
  To: caml-list

dear members,
I am new to caml and am currently trying to write a program which involves 
sending of data across a network connection. What I have to do is to send a 
complex structure (containing lists of integers, mutexes etc. ) across a 
network. In C, i would have used a 'union' with a char array and sent the 
array... how is it done in caml?
Kindly help me regarding this problem of mine.

thanks in advance.
-Animesh
-------------------
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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] help regarding 'union'
  2002-05-28  7:52 [Caml-list] help regarding 'union' Animesh Pathak
@ 2002-05-28 10:26 ` Michal Moskal
  2002-05-29  1:36   ` YAMAGATA yoriyuki
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Moskal @ 2002-05-28 10:26 UTC (permalink / raw)
  To: Animesh Pathak; +Cc: caml-list

On Tue, May 28, 2002 at 09:52:54AM +0200, Animesh Pathak wrote:
> dear members,
> I am new to caml and am currently trying to write a program which involves 
> sending of data across a network connection. What I have to do is to send a 
> complex structure (containing lists of integers, mutexes etc. ) across a 
> network. In C, i would have used a 'union' with a char array and sent the 
> array... how is it done in caml?
> Kindly help me regarding this problem of mine.

Look at module Marshal. You can convert any (well, non-cyclic)
datastructure to string and send it. However beware that marshalled
structures might be imcompatible between OCaml releases (they however
are compatible (unlike C union solution) between different machines).

-- 
: Michal Moskal ::::: malekith/at/pld-linux.org :  GCS {C,UL}++++$ a? !tv
: PLD Linux ::::::: Wroclaw University, CS Dept :  {E-,w}-- {b++,e}>+++ h
-------------------
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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] help regarding 'union'
  2002-05-28 10:26 ` Michal Moskal
@ 2002-05-29  1:36   ` YAMAGATA yoriyuki
  0 siblings, 0 replies; 3+ messages in thread
From: YAMAGATA yoriyuki @ 2002-05-29  1:36 UTC (permalink / raw)
  To: malekith; +Cc: animesh.pathak, caml-list

From: Michal Moskal <malekith@pld-linux.org>
Subject: Re: [Caml-list] help regarding 'union'
Date: Tue, 28 May 2002 12:26:01 +0200

> You can convert any (well, non-cyclic) datastructure to string and
> send it.

The manual states that cyclic structure is ok if you do not pass
Non_sharing option.

> However beware that marshalled structures might be imcompatible
> between OCaml releases

I have an impression that Marshaling format has not changed quite a
while.  (For example, ocamlnet sources contain Marshaled data as
string.)  Could someone confirm this?
-------------------
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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-05-29  1:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-28  7:52 [Caml-list] help regarding 'union' Animesh Pathak
2002-05-28 10:26 ` Michal Moskal
2002-05-29  1:36   ` YAMAGATA yoriyuki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).