473,325 Members | 2,828 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

Re: Best technology for agent/web server architecture

On 2008-05-08 16:16, Florencio Cano wrote:
Hi,
I would be interested in your opinion about what technology you
considear the ideal technology for implementing in Python an agent
that should comunicate information to a web server. I have read about
SOAP but I'm now sure if this will be the right one.
The aim of the agent is gather inventory information and the web
application (I'm programming it in Django) will receive this
information and will store it in the database and will show it in
tables.
The choice of protocol depends a lot on what you want to transfer.

SOAP would be a good choice if you want to send to data to other
servers as well, e.g. Java-based ones.

XML-RPC and JSON are better for simple data structures.

If you have control over both client and server and don't
need to bother with other backends or frontends, Python
pickle is the best choice.

--
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source (#1, May 08 2008)
>>Python/Zope Consulting and Support ... http://www.egenix.com/
mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/
mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
__________________________________________________ ______________________

:::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
Jun 27 '08 #1
0 1316

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Saurabh | last post by:
I require urgently guidelines to aid in deciding whether to go for a FAT Client Application or a Client-Server Application model. Like Pros and Cons related to the Performance issue in both the above...
9
by: mphanke | last post by:
Hi, I have a Service which is running on a remote Server in a local intranet. I want to have the possibility to restart the service from a remote location on the intranet. I have realized all...
0
by: Brooke | last post by:
What is the best technology to use for a vector based graphics program? It would be sort of like a CAD program that user could log on to and use from any location with access to the web. Thanks
0
by: dwight | last post by:
hi in a data entry scenario where there is a 2 mb connection between locations i was wondering which technology would be best for the purposes between an asp.net web forms application and a...
7
by: Samuel | last post by:
Hi, I am looking for some recommendations for client/server technologies and for the communication involved. I am currently planning to port a Perl application that has grown out of...
1
by: karl | last post by:
I have written many applications in the past that access Exchange using VB6. I had always used CDO. I now have a need to write a program that can search every message in every mailbox on our...
0
by: Florencio Cano | last post by:
Hi, I would be interested in your opinion about what technology you considear the ideal technology for implementing in Python an agent that should comunicate information to a web server. I have...
1
by: Gabriel Genellina | last post by:
2008/5/8 M.-A. Lemburg <mal@egenix.com>: En Fri, 09 May 2008 05:41:07 -0300, Florencio Cano <florencio.cano@gmail.comescribió: "insecure" means that someone could build a specially crafted...
4
by: komminedi | last post by:
I am working on Classic ASP and I want to change my technology into ERP or any other best tools. Please suggest the best tool or technology to learn for bright career ? Thanks in advance....
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.