Commit graph

11 commits

Author SHA1 Message Date
Griatch
87d1254b2c Changed contrib/procpool's PROC_MODIFIED_OBJS list to sit in src.utils.idmapper.base as well as be a WeakValueDictionary instead of a normal list. This removes unnecessary reference counts to objects. 2014-05-14 20:07:59 +02:00
Griatch
1ae17bcbe4 PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
Griatch
80a6745a1e Made Attribute value queries also work with database objects by overloading the Attribute manager methods in question. Added procpool support for the new serializer functions and cleaned up some things. 2013-04-14 16:36:44 +02:00
Griatch
3c87b66624 Set AMP interface strings to listen to local interfaces only by default. Also added AMP_INTERFACE setting. Resolves Issue 257. 2012-09-28 22:40:12 +02:00
lagos
5e8f077eb5 Fixes clobbering of 'path' argument. 2012-09-27 16:50:11 -07:00
lagos
bc4783efac Make procpool compatible with windows and OS X. 2012-09-27 01:26:04 -07:00
Griatch
23ba17debe Set procpool debug status to False by default. 2012-09-22 21:42:05 +02:00
Griatch
b83adba9c3 Some more documentation and cleanup of the procpool contrib. 2012-09-22 21:38:29 +02:00
Griatch
102705902f Fixed some more things in the moved procpool. 2012-09-22 21:14:17 +02:00
Griatch
4855558cc7 Adding the relevant files for running procpool from contrib. 2012-09-22 20:43:53 +02:00
Griatch
93d95377ce Shifting ProcPool out of src and into a contrib, using the service plugin system. 2012-09-22 20:40:30 +02:00