473,387 Members | 1,575 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,387 software developers and data experts.

Best Middle Tier Architechure?

What do you guys recommend for doing middle tier in python.
I want to hide the database from the application and have it just use
business logic.

right now we are using c# and .net remoting in a way that just is not
efficient.

I want to rewrite a lot of what we do in python. I have seen XML-RPC and
soap. Are there other options?

Just curious for some opinions.

Thanks.
Sep 8 '06 #1
5 1835
Butternut Squash wrote:
What do you guys recommend for doing middle tier in python.
I want to hide the database from the application
Why ?
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'o****@xiludom.gro'.split('@')])"
Sep 8 '06 #2
2006/9/7, Butternut Squash <rx**@yamama.com>:
right now we are using c# and .net remoting in a way that just is not
efficient.

I want to rewrite a lot of what we do in python. I have seen XML-RPC and
soap. Are there other options?
It surely depends on what's going to be on the other sides. If
everything is Python, you may use Twisted.Spread. If you have to
communicate with different languages and plataforms, maybe CORBA
helps. Well, I'm sure a lot of people know more options than I do
here.

--
Felipe.
Sep 8 '06 #3
On Fri, 8 Sep 2006 03:59:46 +0200, Butternut Squash wrote
(in article <m8*******************@bgtnsc04-news.ops.worldnet.att.net>):
I have seen XML-RPC and
soap. Are there other options?
OmniORBpy

Sincerely,

Wolfgang Keller

--
My email-address is correct.
Do NOT remove ".nospam" to reply.

Sep 8 '06 #4
Felipe Almeida Lessa wrote:
2006/9/7, Butternut Squash <rx**@yamama.com>:
>right now we are using c# and .net remoting in a way that just is not
efficient.

I want to rewrite a lot of what we do in python. I have seen XML-RPC and
soap. Are there other options?

It surely depends on what's going to be on the other sides. If
everything is Python, you may use Twisted.Spread. If you have to
communicate with different languages and plataforms, maybe CORBA
helps. Well, I'm sure a lot of people know more options than I do
here.
I have to support multiple applications using different schema and
databases. Would like to present as much as a unified interface as
possible.
Sep 8 '06 #5
2006/9/8, Butternut Squash <rx**@yamama.com>:
I have to support multiple applications using different schema and
databases. Would like to present as much as a unified interface as
possible.
I'd recomend CORBA as it supports multiple platforms and languages.
SOAP and XML-RPC can be used as well, but I'm afraid performance can
be a problem if a lot of calls are made or big/complex objects are
transfered.

--
Felipe.
Sep 9 '06 #6

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

Similar topics

10
by: Kumar Saurabh | last post by:
Hi Devs, I was thinking of implementing a middle tire (most probably in XML) for a PHP MySQL web app but couldn't make a head way. can any one suggest how can i proceed with this. Thanks in...
16
by: D Witherspoon | last post by:
I am developing a Windows Forms application in VB.NET that will use .NET remoting to access the data tier classes. A very simple way I have come up with is by creating typed (.xsd) datasets. For...
62
by: SAN3141 | last post by:
There doesn't seem to be consensus about when to put code in the database or in the middle tier. There was a long discussion about this in an Oracle newsgroup (message ID:...
19
by: Steve Jorgensen | last post by:
I've run across this issue several times of late, and I've never come up with a satisfactory answer to the best way to handle this schema issue. You have a large section of schema in which a...
2
by: billym | last post by:
Does anyone know if C# (or .NET applications in general) can be load balanced on the middle tier simply by deploying them to multiple servers in a clustered environtment? If so, would this be...
0
by: Josh K. | last post by:
Whats the best way to support multiple languages in a 3 tier .NET app? SQL server on the back end using National values NVARCHAR, NTEXT, etc.. a .NET component in the middle tier and then ASP.NET...
1
by: Brian Muth | last post by:
We are in the final phases of rolling out an n-tier product that supports both a COM+ middle-tier, a Web Service, and a backend database (SQL Server 2000). The COM+ middle-tier application runs...
6
by: Ian Williamson | last post by:
Greetings, My company has an ASP.NET based enterprise product that is undergoing some changes and I need some community input to help solve a problem. In the current implementation, any given...
1
by: dgk | last post by:
How can I create a middle tier object using the standard databinding stuff? All the examples that I see in the books using the new 2005 controls just shows how to build stuff in two tiers. It...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.