[Chicago-talk] Sharing data between processes

Steven Lembark lembark at wrkhors.com
Wed Jan 21 14:45:13 CST 2004


> What ways can I share an object (or complex data structure) between
> processes?  I know I can share simple structures (arrays, hashes, scalars)
> between threads, but I was trying to avoid threads.

Depending on how tightly coupled the proc's are in their
handling of the object you may have one of the few cases
where threads are really useful.

--
Steven Lembark                               2930 W. Palmer
Workhorse Computing                       Chicago, IL 60647
                                            +1 888 359 3508



More information about the Chicago-talk mailing list