search for: pgcluster

Displaying 5 results from an estimated 5 matches for "pgcluster".

Did you mean: p_cluster
2006 Sep 20
3
Spinning mongrels and SIGUSR1
First off: Our clusters are LVS balanced Apache 2.2.3 + mod_proxy_balancer + gem mongrel 0.3.13.3 / mongrel_cluster 0.2 + memcached / gem memcache_client + gem rails 1.1.6 on debian boxen, and a pgcluster backend. On 2 of our deployed clusters, we are getting the "spinning mongrel" problem. As the clusters are very low volume right now, it takes days to collect a spinner, making it difficult to debug what the problem might be. From what I''ve been following on the list, the ap...
2008 Mar 08
3
replace astdb with a cluster-capable sql database engine
.... Some projects like Callweaver have forked from Asterisk 1.2 and replaced astdb with sqlite. I'm wondering if Asterisk has plans to allow the user to choose the astdb backend: standard db1, sqlite, MySQL (which I would use with nbcluster for my clustering purposes), Postgresql with Slony-II, PGcluster, etc. Or is it already possible? There has been some talk on this before: http://lists.digium.com/pipermail/asterisk-dev/2004-December/007846.html Also, the func_odbc feature seems to be very powerful: http://www.asteriskpbx.org/func_odbc but: 1) would there be potential issues with db handles o...
2006 Sep 05
0
Undefined class/module error: solved?
...----------- We have been getting a "undefined class/module" error on 2 of our 6 app servers in one testbed. Same sourcecode, same installs (systemimager and an isconf style configuration management harness), same binaries. Identical everything. Pound + mongrel + memcached + postgres (pgcluster). The odd bit here is that our "dev" and "prod" pairs had one node reporting the error, but the other node did not. The "qa" pair worked just fine with both app servers, without incident. Jason Hall reported the same thing on IRC, and we compared notes. Basically,...
2008 Mar 09
0
replace astdb with a cluster-capable sql database engine (was: Re: asterisk-users Digest, Vol 44, Issue 22)
...ve forked from > Asterisk 1.2 and replaced astdb with sqlite. > > I'm wondering if Asterisk has plans to allow the user > to choose the astdb backend: standard db1, sqlite, > MySQL (which I would use with nbcluster for my > clustering purposes), Postgresql with Slony-II, > PGcluster, etc. > > Or is it already possible? > > There has been some talk on this before: > http://lists.digium.com/pipermail/asterisk-dev/2004-December/007846.html > > Also, the func_odbc feature seems to be very powerful: > http://www.asteriskpbx.org/func_odbc > but: > 1)...
2006 Feb 27
21
what hardware shuld I but to manage 100k of connections per day?
I''m doing a fotolog for a company. It''s expected to manage about 100k of connections per day and about 1500 concurrents connections. What hardware should I buy to manage those numbers of connections? I''m planning to use slackware + lighttpd + fastcgi, but perhaps we will have to reuse some scripts in php, in that case I would use slackware + apache + mod_php + fastcgi