The Artima Developer Community
Sponsored Link

Python Buzz Forum
Events and SQLObject

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ian Bicking

Posts: 900
Nickname: ianb
Registered: Apr, 2003

Ian Bicking is a freelance programmer
Events and SQLObject Posted: Oct 12, 2005 9:01 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ian Bicking.
Original Post: Events and SQLObject
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ian Bicking
Latest Posts From Ian Bicking

Advertisement

I've been thinking about events for the 0.8 series of SQLObject. I'm thinking about using PyDispatcher, but there's still some open questions. Jim Fulton actually got me thinking about events a while ago, in lieu of "hooks"... PyCon 2003, I guess. He made a presentation at PyCon 2005 too, but it didn't resonate in the same way, it just seemed too low level; PyDispatcher isn't very complex, but it's a bit higher level. I think Jim was really proposing that higher level systems be built on the low-level systems, but I dunno... it's too abstract then to mean much to me.

Anyway, that's what I'm thinking about. The events, at least to start, would be at a fairly low level -- covering things like creating classes and instances, maybe creates and deletes.

One concern I have is that anything can be listening for an event, so it's hard to know what all will be effected. When that event is raised it's open season, anything could react. Especially when there's feedback from the events (which I'm planning on) I can imagine confusing ensuing. So... I dunno. Logging?

Read: Events and SQLObject

Topic: Joomla! Previous Topic   Next Topic Topic: Drupal

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use