binary_to_term size limit

HEINRICH VENTER HEINRICH.VENTER@REDACTED
Fri Jul 18 09:15:42 CEST 2003


>The term must have gone stale, how did you transport it? :-)
Stale?
I used erl_interface.  The term is constructed in C code.  Perhaps erl_encode has a size limmit for the term it can encode then?  I used erl_term_len to allocate a buffer of the correct size, and the allocation goes smoothly.
Once the binary representation is recieved by erlang the binary_to_term call fails.  It works for smaller terms, so logically somewhere along the line a size limmit exists.  Perhaps the limmit is internal to erl_interface?

Thanks

-]-[einrich

#####################################################################################
The information contained in this message and or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the sender and
delete the material from any system and destroy or copies.
#####################################################################################



More information about the erlang-questions mailing list