Simple client/server exchanging objects

Thomas Weholt thomas at bibsyst.no
Mon Feb 14 09:26:40 EST 2000


Vetle Roeim wrote:
> 
> * Thomas Weholt
> > Hi,
> >
> > I`d like to make a client/server application exchanging objects of
> > different type, sizes etc. Are there any simple tutorials or docs
> > available on this, and what are my options on how to implement this ??
> >
> > The objects are rather simple, but can be huge in size.
> 
> Sound like CORBA would do the trick here.
> 
> Either that, or you just serialize your objects, push them over the
> link and then read the data back into new objects.
> 
> Perhaps the latter example would be best. You avoid having to learn
> CORBA ;)
> 
> vr

Yeah, that`s what I thought, but the serialize-bit isn`t the problem.
The server/client-part is. How do I set up a server listening to a port,
waiting for clients to connect and upload objects??

I haven`t made any server/client software so far so I need the basics
and then some .... :->

Thomas



More information about the Python-list mailing list