From: <jws...@ra...> - 2004-11-26 16:25:29
|
I'm considering what it takes to extend SQLObject to a three tier configuration. The leading candidate is Pyro, which uses pickle to pass around proxy remote objects. If SQLObject is in the middle tier containing all the business logic, is it possible to handle SQLObjects in this way? I believe there are 'pickle issues'? |