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

Open Source Middleware packages ?

Hi Everyone,
I am working on an application at my workplace that is a classical
example of an applciation that would need middleware to connect various
applications.. but I was looking for open source / free middleware
packages, that I can use. I have done some searching over the web (
sourceforge,google ) but havent found that many open source
implementations for middleware.
I have an application that needs to communicate with other
applications asynchronously and when a request arrives it has to be
serviced very quickly.
we have multiple process / threads that are running
synchronously..sometimes on the same machine and sometimes on multiple
machines. Some threads send data to other threads asynchronously and
also wait for responses from them. thats at the low level how my
application works. I am looking for a solution that would allow me to
abstract the communication as well as request ( or transaction )
delivery and acceptance among multiple process / threads.

Can somebody in the group point me in the right direction ? I would
appreciate all the help from the community.

Thanks
Dhanvi

Jul 23 '05 #1
8 4082
tKE look on this: http://www.cs.wustl.edu/~schmidt/ACE-overview.html

Regards,
Fibre Optic

Dhanvi wrote:
Hi Everyone,
I am working on an application at my workplace that is a classical
example of an applciation that would need middleware to connect various
applications.. but I was looking for open source / free middleware
packages, that I can use. I have done some searching over the web (
sourceforge,google ) but havent found that many open source
implementations for middleware.
I have an application that needs to communicate with other
applications asynchronously and when a request arrives it has to be
serviced very quickly.
we have multiple process / threads that are running
synchronously..sometimes on the same machine and sometimes on multiple
machines. Some threads send data to other threads asynchronously and
also wait for responses from them. thats at the low level how my
application works. I am looking for a solution that would allow me to
abstract the communication as well as request ( or transaction )
delivery and acceptance among multiple process / threads.

Can somebody in the group point me in the right direction ? I would
appreciate all the help from the community.

Thanks
Dhanvi

Jul 23 '05 #2
Dhanvi wrote:
Hi Everyone,
I am working on an application at my workplace that is a classical
example of an applciation that would need middleware to connect various
applications.. but I was looking for open source / free middleware
packages, that I can use. I have done some searching over the web (
sourceforge,google ) but havent found that many open source
implementations for middleware.
I have an application that needs to communicate with other
applications asynchronously and when a request arrives it has to be
serviced very quickly.
we have multiple process / threads that are running
synchronously..sometimes on the same machine and sometimes on multiple
machines. Some threads send data to other threads asynchronously and
also wait for responses from them. thats at the low level how my
application works. I am looking for a solution that would allow me to
abstract the communication as well as request ( or transaction )
delivery and acceptance among multiple process / threads.

Can somebody in the group point me in the right direction ? I would
appreciate all the help from the community.


There isn't much available for C++ except some frameworks for the CORBA
bloatware. It would be interesting to explore whether the abundantly
available Java frameworks can be utilized to handle C++ programs.
Writing middleware is difficult and time-consuming. Reusing existing
infrastructure from Java could be an option.

Jul 23 '05 #3
XMLBlaster is a message-oriented middleware and provides a C++ client
library and Supports access using CORBA or straight sockets.
http://www.xmlblaster.com/

Jul 23 '05 #4
Mike wrote:
XMLBlaster is a message-oriented middleware and provides a C++ client
library and Supports access using CORBA or straight sockets.
http://www.xmlblaster.com/


Have you used it in a real project?

Jul 23 '05 #5

"Dhanvi" wrote:

...middleware to connect various
applications.. but I was looking for open source / free middleware

ICE (http://www.zeroc.com/ice.html)

GPL license

/Pavel
Jul 23 '05 #6
But the problem with ICE for commercial applications is its steep
licence fees. :(
ACE seems like a strong framework but the documentation for
installation and compiling seems a little too cryptic for me right out
of the box ..

-Dhanvi

Jul 23 '05 #7
Dhanvi wrote:
Hi Everyone,
I am working on an application at my workplace that is a classical
example of an applciation that would need middleware to connect various
applications.. but I was looking for open source / free middleware
packages, that I can use. I have done some searching over the web (
sourceforge,google ) but havent found that many open source
implementations for middleware.
I have an application that needs to communicate with other
applications asynchronously and when a request arrives it has to be
serviced very quickly.
we have multiple process / threads that are running
synchronously..sometimes on the same machine and sometimes on multiple
machines. Some threads send data to other threads asynchronously and
also wait for responses from them. thats at the low level how my
application works. I am looking for a solution that would allow me to
abstract the communication as well as request ( or transaction )
delivery and acceptance among multiple process / threads.

Can somebody in the group point me in the right direction ? I would
appreciate all the help from the community.

Thanks
Dhanvi

Look into ACE.

Jul 23 '05 #8
No, only downloaded for my own use, however it seems easy to use, well
documented, and is used in some high profile projects, see their web
site.

We are actually using omniORB in a large project, and this is working
very well. It also has great documentation, excellent support (e-mail)
and works well with Visual C++ which is a requirement. (It also
happens to be the CORBA library used by XMLBlaster.)

http://omniorb.sourceforge.net/

Jul 23 '05 #9

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

Similar topics

2
by: Bosconian | last post by:
This question has been asked before, but I was unable to find a recent thread. I'm looking for a document management system that is open source created with PHP & MySQL. The system minimally...
0
by: Tom Gugger | last post by:
OMNI GROUP tgugger@buckeye-express.com 419-380-8853 BEA MIDDLEWARE EXPERT/ CONTRACT TO PERM/ PA
19
by: malcolm | last post by:
Why you can't get something for nothing Jack Schofield Jan 22 2004 "There are also undoubted benefits from running open source software, though the financial ones can be small or even...
0
by: Unigroup of New York | last post by:
Content-Type: multipart/mixed; boundary="------------C465DF38DCB38DD2AF7117E0" Lines: 327 Date: Tue, 15 Feb 2005 23:36:38 -0500 NNTP-Posting-Host: 24.46.113.251 X-Complaints-To: abuse@cv.net...
13
by: David Eng | last post by:
Finally, the C++ standard committee realizes the importance of middleware and distributed computing. The committee now focus on C++ extensions for ISO CLI, the Microsoft middleware platform. ...
13
by: sembiance | last post by:
Hi folks :) I've been working on a C/C++ Source Code search engine website for over a year now, and just thought I'd let you all know that I just put it live a few minutes ago. It searches 99...
1
by: tobiah | last post by:
Let's say I want to write a new tool to do something to, or report on people in a database. Each tool is going to have to have all sorts of routines that know about the relationship between the...
9
by: tubby | last post by:
Silly question, but here goes... what's a good way to determine when a file is an Open Office document? I could look at the file extension, but it seems there would be a better way. VI shows this...
4
RedSon
by: RedSon | last post by:
I'm doing a bit of bluetooth programming and I am writing some middleware to make developing applications easier. The BT driver is implemented as a simple serial driver so its like OpenFile and...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.