Displaying 20 results from an estimated 30000 matches similar to: "DB load balancing"
2004 Aug 06
4
load balancing
> > One more detail about Icecast2 that I'd like to know is whether there is
any
> > load-balancing feature implemented or about to be implement? ...
> I haven't heard or seen of this, nor do I think load balencing as you
> describe it could be done seamlessly without modifying the media player.
I made some tests and it turned out that Winamp, mpg123 and even MS Media
2004 Aug 06
3
protocol documentation + load balancing
> > I am looking for a documentation of the communication protocolls icecast
is
> > capable of: ICY, XAUDIOCAST and a modified HTTP...
> You should use libshout2. It's a handy dandy library...
Yeah, I am familiar with this library, but as I know this is just for
sources. I am more interested in requirements clients have to meet, what
header response options are available, and
2007 Nov 16
1
Backgroundrb with Load Balancing Rails engines
Hi there,
We run several (3-4) Rails servers behind the reverse proxy / load
balancing web server serving the single application. All Rails
instances share the same database and use the database as a session
storage. Memcached is also part of the picture.
I''m looking into using Backgroundrb for some large uploads / parsing
task that provide progress status updates (via ajax calls).
2008 Nov 20
1
Load balancing Asterisk.
Hello!
We're looking for a solution to reliably load balance our
Asterisk boxes. So far we've been using a hodge-podge of
directing different services to different boxes/IPs, but
eventually I'd like to consolidate things so we can present
a single IP address to the outside world.
My question is - how do we go about doing that? I've read
a lot of things like load-balancing via
2007 Sep 07
2
memcached and fragment storage, session storage with a mongrel cluster
Greetings,
I posted this not on the Rails mailing list and didn''t get a definitive
response so I thought I''d post it here, since I figure lots of you
are using
mongrel with Rails apps. Any suggestions would be greatly appreciated.
I''ve been using file-based fragment caching and DB-based session
caching quite extensively. I decided to try out memcached for both to
2005 Mar 11
2
Load Balancing b/w 2 asterisk servers using SIP load balancer
Hi,
I'm trying to do load balancing between 2 asterisk servers using SIP
load balancer, provided by http://www.vovida.org
I used the following options on lbproxy, but I get the below message
continuously.
./lbProxy -name seneca -reqPort 5060 -respPort 5061 -proxy A1 -proxy A2
"No proxies are up - can not send message to anyone"
Xlite is not able to register to the
2005 Dec 16
6
Switchtower for production?
Hello,
The company that I work for will be developing a large webbased survey
(for a government institution) somewhere in Q1/Q2 of 2006. I''m
investigating the technological possibilities and Rails is certainly a
candidate. The survey application will have to perform under very high
peak load, and the exact specifications of the hardware are not known
at this point. I''m assuming
2017 Mar 22
2
One way dsync replication with dsync -R
Ugh, sorry for the formatting. Not sure what happened when it sent through the list. Trying again
Blessings,
Rob Archibald
CTO, EndFirst LLC
rob at robarchibald.com
-----Original Message-----
From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Rob Archibald
Sent: Wednesday, March 22, 2017 3:55 PM
To: 'Wolfgang Hennerbichler'; dovecot at dovecot.org
Subject: RE: One way
2011 Mar 03
4
Load balancing...
Hi All,
Can anyone help me hash out how best to load balance a website that is
getting considerable traffic? In the past I only have experience with BigIP
where you have a load balancing device that keeps track and send traffic to
the best server possible at the time. This was a proprietary system that I
think was something Dell rebranded.
Right now, the whole site is is 400gb of video, HTML5,
2011 Apr 01
15
btrfs balancing start - and stop?
Hi,
My company is testing btrfs (kernel 2.6.38) on a slave MySQL database
server with a 195Gb filesystem (of which about 123Gb is used). So far,
we''re quite impressed with the performance. Our database loads are high,
and if filesystem performance wasn''t good, MySQL replication wouldn''t
be able to keep up and the slave latency would begin to climb. This
though, is
2017 Mar 24
1
One way dsync replication with dsync -R
So, even with a particular user only connecting to one node in the pair, you still see the issue? I'm not seeing that in my setup. I only see it when concurrently connecting the same user to two different nodes in the pair.
Blessings,
Rob Archibald
CTO, EndFirst LLC
rob at robarchibald.com
> On Mar 24, 2017, at 12:50 AM, Wolfgang Hennerbichler <wogri at wogri.com> wrote:
>
>
2006 Jul 19
13
MySQL Replication as Load Balancing
Hello:
We will be setting up MySQL replication for a load balanced environment,
but we have to separate reads and writes.
How can we modify rails to do so? Has anyone done this already?
Thank you in advance!
Dan
--
Posted via http://www.ruby-forum.com/.
2009 Mar 25
2
Monitoring IP masquerading on LVS load-balancing
I've got small numbers of connections moving through a load balancer
configured in NAT mode. So I've got an iptables table called "nat", which
has in it a line "-A POSTROUTING -o eth0 -j MASQUERADE" (lan connect is
eth0, private lan inside the cluster is eth1).
The load balancer is working; connections made to the virtual ip on that
host do get routed to one of the
2019 Jun 12
2
Dovecot behind Load Balancer
Hi,
i've a question for you.
I've two dovecot imap/pop server behind a zen load balancer.
Load balancing is made by lx4nat so the public ip address of my load
balancer contact directly the dovecot servers.
Since few months i've a message from thunderbird that i've reached the
imap limit login for ip.
I've triend to increase the max user ip parameter but sometimes i've the
2019 Jul 10
1
Dovecot behind Load Balancer
Il 10/07/19 11:44, Jean-Daniel Dupas ha scritto:
>
>> Le 10 juil. 2019 ? 10:24, Paolo Daniele via dovecot <dovecot at dovecot.org> a ?crit :
>>
>>
>> Il 10/07/19 10:20, Aki Tuomi ha scritto:
>>>> On 12/06/2019 20:02 Paolo Daniele via dovecot <dovecot at dovecot.org> wrote:
>>>>
>>>>
>>>> Hi,
>>>>
2008 Feb 24
0
Load balancing SIP extensions.
Hello,
Here is how I do this. The prerequisits are:
- MySQL to hold the extensions realtime database. MySQL is synchronized
among all servers using the Master/slave replication model.
- The phones are spread by some external algorithm over the Asterisk servers
(statefull load balancer, statically defined in the config file of the
phone, etc.).
The idea is to locate on which server the
2009 Feb 10
3
clustering and load balancing Apache
Hi,
I am new to clustering and loadbalancing in apache, What is best way of
doing it? How do I do the clustering and what tools do I need to use? Do I
have those tools, I use CentOS , Do i have any tools in CenOs which comes
default in it? And how do I do apache load balancing? should I rely on
apache forums or mailing list or is there any way or tool I can use in
CentOS? Can any throw some vague
2019 Jul 10
7
Dovecot behind Load Balancer
Il 10/07/19 10:20, Aki Tuomi ha scritto:
>> On 12/06/2019 20:02 Paolo Daniele via dovecot <dovecot at dovecot.org> wrote:
>>
>>
>> Hi,
>> i've a question for you.
>> I've two dovecot imap/pop server behind a zen load balancer.
>> Load balancing is made by lx4nat so the public ip address of my load balancer contact directly the dovecot
2004 Apr 09
0
Load Balancing w/ Proxies
Hello all.
I have load balancing (DSL + Cable) ala nano HOWTO + some modifications.
Works great.
LAN
|
-----------
| LOAD |
|BALANCER |
-----------
| |
Firewall Firewall
| |
Cable DSL
Modem Modem
| |
Internet Internet
I would like to be able to define proxies for certain applications so that
I can force
them to use a particular
2017 Mar 22
2
One way dsync replication with dsync -R
Hi dovecot users,
I?ve found the -R parameter for dsync. Does this enable one-way syncing if enabled on the slave in replication_dsync_parameters? The documentation doesn?t mention much what happens if I enable this on the ?replciation slave?.
Before you ask: Two way synchronisation causes issues in my installation (see the unanswered thread here: