#594 closed enhancement (invalid)
Django and Twisted
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | |
Severity: | minor | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Yes I've seen #172
Unfortunately it only handles the web-part and does not handle the DB part.
In order to handle the DB part one would have to use twisted's adbapi, and use deferreds for processing the data from the database. This would require adding a keyword parameter to all the DB-fetching functions passing them a function to call on the returned objects.
Why bother? Well I thought it could be nice to have a complete django + twisted package which would outperform apache/lighttpd/and so on.
Please give me your thoughts on the idea.
Change History (2)
comment:1 by , 19 years ago
priority: | normal → lowest |
---|---|
Severity: | normal → minor |
comment:2 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please reopen, or start a new ticket, if you have a patch.
Sounds like something for
contrib
.