Creating a multi-tier client/server application

askel dummy666 at mail.ru
Wed Aug 29 15:02:59 EDT 2007


On Aug 29, 1:31 pm, Jeff <jeff... at gmail.com> wrote:
> Goldfish--thanks, I'll check it out.
>
> > > That, or something similar, may be what I do.  It would mean, however,
> > > developing my own method for transferring objects across the network,
>
> > Why transfering "objects" ? You only need to transfer data.
>
> I suppose I don't need to transfer objects, it just seems like it
> would make it far easier (certainly less repetition of code) to
> program the client-side app.

If you prefer to deal with RPC-like protocol, take a look at Ice by
ZeroC (http://www.zeroc.com/).




More information about the Python-list mailing list