[omniORB] newbie:python dictionary
Diez B. Roggisch
deets at web.de
Wed Feb 22 11:04:21 GMT 2006
On Wednesday 22 February 2006 02:16, Green Bryan - bgreen wrote:
> Yes, definitely true. I just don't want to use ICE and rewriting is not an
> option. Right now, anyway. I suspect at some future date someone will
> want to interface with this service with another language then they will ok
> the rewrite. Ah, the life of the corporate serf.
But then pickling is the worst thing you can do! How is anything other than
python ever going to read that? Just because you made it go over the wire
doesn't mean anything - if that counted, just pickle _everything_ and have a
string service(in string);
method to to all the work...
Diez
More information about the omniORB-list
mailing list