On Sat, Sep 25, 2010 at 5:06 PM, wrote:
...
> I did a user install (without setuptools) on Ubuntu 9.10. Some
> observations:
>
> * #4503 was misclassified as a core bug, but it's a words bug.
> * There are still .doc files in the topfiles directories
This sounds like a bug in the release proc
I'm running an application that makes about 1300 snmp connections
every minute; I'm using utils.getProcessOutput with snmpget because
pysnmp throws an error when I try to run it. Now of course I get the
Too many open files error, but is the best way to handle this
increasing the limit on Linux or b
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Looks like a DeferredSemaphore might be your solution. Have a look at
this article, which explains that + a lot more:
http://oubiwann.blogspot.com/2008/06/async-batching-with-twisted-walkthrough.html
Arjan
On 09/27/2010 04:45 PM, Landreville wrote:
On 02:45 pm, landrevi...@deadtreepages.com wrote:
>I'm running an application that makes about 1300 snmp connections
>every minute; I'm using utils.getProcessOutput with snmpget because
>pysnmp throws an error when I try to run it. Now of course I get the
>Too many open files error, but is the best
On Mon, Sep 27, 2010 at 10:53 AM, wrote:
> On 02:45 pm, landrevi...@deadtreepages.com wrote:
>>I'm running an application that makes about 1300 snmp connections
>>every minute; I'm using utils.getProcessOutput with snmpget because
>>pysnmp throws an error when I try to run it. Now of course I get
To me this seems like a very strange problem and I've tried to debug it best
I can but I don't know much about many of the components at work. Here's
what happened:
I've been happily using Capistrano to deploy many twistd services to Ubuntu
9.04 machines. It restarts them via an init.d script base