Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!MGMT4.NCSL.NIST.GOV!brady From: brady@MGMT4.NCSL.NIST.GOV (Kevin Brady) Newsgroups: comp.protocols.iso.dev-environ Subject: Pepy Message-ID: <9002131642.AA14307@mgmt4.ncsl.nist.gov> Date: 13 Feb 90 16:42:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: National Institute of Standards and Technology formerly National Bureau of Standards Lines: 29 I am involved in a project that will build a network management system using the encoder/decoder of ISODE. The use of the CMIP/CMIS protocol is required, using PEPY to create the structures and encode/decode routines. The problem: PEPY creates structures with pointers to other structures containing pointers and so on. We need to pass a "message" between processes composed of these struc- tures. To accomplish this over a socket leaves a "piece- meal" approach as the only alternative for a bcopy. This is totally unacceptable, does anyone know of a way to have PEPY generate "instances" rather than pointers?? Kevin Brady brady@osi.ncsl.nist.gov