ccs-twistedextensions icon indicating copy to clipboard operation
ccs-twistedextensions copied to clipboard

Extensions to Twisted used by CalendarServer

Results 5 ccs-twistedextensions issues
Sort by recently updated
recently updated
newest added

@agx originally submitted this as _[ticket:271](https://trac.calendarserver.org/ticket/271)_ - **Cc:** @agx --- This implements a simple NSS based user and group lookup directory service (it basically uses what's returned by the python's...

P2: Expected
Other
Defect

_exarkun@…_ originally submitted this as _[ticket:835](https://trac.calendarserver.org/ticket/835)_ --- `ConnectionPool` has a `reactor` (class) attribute that initializes to the global reactor. It uses this for `IReactorThreads` (to thread the actual SQL execution)...

P4: Nice to have
Other
Enhancement

_exarkun@…_ originally submitted this as _[ticket:836](https://trac.calendarserver.org/ticket/836)_ --- This error happens when `ConnectionPool.connection` is called after `ConnectionPool.stopService` is called. No new connections are allowed when the pool is stopping (or stopped)....

P3: Important
Other
Defect

_exarkun@…_ originally submitted this as _[ticket:840](https://trac.calendarserver.org/ticket/840)_ --- This example hangs indefinitely: ``` from twext.enterprise.adbapi2 import ConnectionPool from twisted.internet import reactor def connect(*args, **kw): raise NotImplementedError() pool = ConnectionPool(connect) connection =...

P3: Important
Other
Defect

_jroweboy@…_ originally submitted this as _[ticket:812](https://trac.calendarserver.org/ticket/812)_ - **Owner:** @glyph --- Note: this is a bug that was previously discussed on the calendar server users list at https://lists.macosforge.org/pipermail/calendarserver-users/2013-July/002266.html When installing Calendar...

P2: Expected
Crash/data loss
Defect