Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#594 closed enhancement (invalid)

Django and Twisted

Reported by: wojtek3@… 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 Adrian Holovaty, 19 years ago

priority: normallowest
Severity: normalminor

Sounds like something for contrib.

comment:2 by Adrian Holovaty, 18 years ago

Resolution: invalid
Status: newclosed

Please reopen, or start a new ticket, if you have a patch.

Note: See TracTickets for help on using tickets.
Back to Top