Re: ob_type in shared memory

2009-01-26 Thread Aaron Brady
Hi Mark, nice to have your comment. On Jan 25, 9:47 pm, Mark Wooding m...@distorted.org.uk wrote: Aaron Brady castiro...@gmail.com writes: snip Object 'A' is of type 'Ta'.  When process 'P' is looking at it, it needs to have an 'ob_type' that is 'Ta' as process 'P' sees it.  When process

Re: ob_type in shared memory

2009-01-26 Thread Aaron Brady
Hi, Mark, Do you mind if I approach you off the group about this? Aaron On Jan 25, 9:47 pm, Mark Wooding m...@distorted.org.uk wrote: Aaron Brady castiro...@gmail.com writes: I am writing an extension using shared memory.  I need a data type that is able to reassign its 'ob_type' field

Re: ob_type in shared memory

2009-01-26 Thread Aaron Brady
On Jan 26, 9:20 pm, Aaron Brady castiro...@gmail.com wrote: Hi, Mark, snip On Jan 25, 9:47 pm, Mark Wooding m...@distorted.org.uk wrote: Aaron Brady castiro...@gmail.com writes: I am writing an extension using shared memory.  I need a data type that is able to reassign its 'ob_type'

ob_type in shared memory

2009-01-25 Thread Aaron Brady
Hello, I am writing an extension using shared memory. I need a data type that is able to reassign its 'ob_type' field depending on what process is calling it. Object 'A' is of type 'Ta'. When process 'P' is looking at it, it needs to have an 'ob_type' that is 'Ta' as process 'P' sees it. When

Re: ob_type in shared memory

2009-01-25 Thread Mark Wooding
Aaron Brady castiro...@gmail.com writes: I am writing an extension using shared memory. I need a data type that is able to reassign its 'ob_type' field depending on what process is calling it. That sounds scary! Object 'A' is of type 'Ta'. When process 'P' is looking at it, it needs to