Need Help: Server to pass py objects

S

Sells, Fred

I have a legacy system with data stored in binary files on a remote server.
I need to access and modify the content of those files from a webserver
running on a different host. (All Linux)

I would like to install a server on the legacy host that would use my python
code to translate between the legacy files and Python Objects that represent
the subset of data I care about, then pass those Python objects back and
forth to my webserver, which would then manage the http I/F to various
clients.

My organization prefers to use open source software.

Can anyone suggest some products to research further?
 
M

M.E.Farmer

Fred,
Let me see if i understand, you want to 'serve' binary data as PYTHON
OBJECTS to a REMOTE client.
I am gonna show you how to fish ;)

Search strategy:

PYthon Remote Objects
Python remote
python objects

I tried them and found plenty of information and code.
hint:
PYthon Remote Objects

hth,
M.E.Farmer
 
K

Ken Godee

I have a legacy system with data stored in binary files on a remote
>server.
>I need to access and modify the content of those files from a webserver
>running on a different host. (All Linux)
>
>I would like to install a server on the legacy host that would use my
>python
>code to translate between the legacy files and Python Objects that
>represent
>the subset of data I care about, then pass those Python objects back >and
>forth to my webserver, which would then manage the http I/F to various
>clients.
>
>My organization prefers to use open source software.
>
>Can anyone suggest some products to research further?



Take a look here....

http://pyro.sourceforge.net/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,230
Messages
2,571,161
Members
47,796
Latest member
AlphonseNa

Latest Threads

Top