You could also use a high level communcation interface.
.
For my projects I use AMQP, specifically for C++, the qpid implementation
(htpp://qpid.sf.net)

Regards,
Andre

On Tue, Oct 27, 2009 at 4:39 PM, OvermindDL1 <[email protected]> wrote:

> On Tue, Oct 27, 2009 at 12:02 PM, Robert lzw <[email protected]>
> wrote:
> > Hi there,
> >
> > My website would need to talk to three servers: a HTTP web server, a
> > MySQL database server and a computing server. The computing server is
> > used to perform complex calculations based on user's search requests
> > from the website, assuming that the native MySQL's SQL features can
> > not do their search job.
> >
> > My question is: how can the 3 servers talk to each other ?
> >
> > If a new process is spawned on the computing server for each arriving
> > use request, there would be performance bottleneck as the number of
> > users increase dramatically and the calculations take a long time. Is
> > there any technology that can be used to address this issue?
>
> I just try to do as much as I can in a single process, using
> asynchronous communication through Boost.ASIO or Raknet or so.
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>



-- 
[]'s
Andre Paim Lemos
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to