The Artima Developer Community
Sponsored Link

Python Buzz Forum
vlibxml2 - first usable release

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
Victor Ng

Posts: 112
Nickname: victorng
Registered: Aug, 2003

Victor Ng programs Python for money, but he'd be programming Python anyway if he was a bum.
vlibxml2 - first usable release Posted: Oct 29, 2004 12:05 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Victor Ng.
Original Post: vlibxml2 - first usable release
Feed Title: Victor Ng's Weblog
Feed URL: https://blog.crankycoder.com/feed/atom/
Feed Description: Python Feed
Latest Python Buzz Posts
Latest Python Buzz Posts by Victor Ng
Latest Posts From Victor Ng's Weblog

Advertisement
vlibxml2 release 0.1.177 Ok - so I may have jumped the gun when I first released vlibxml2. I apparently had all kinds of nasty memory leaks. I apologize for that. I’ve since merged in the memory debug code from ‘standard’ libxml2 bindings and I’ve reworked caching code as well as test code to make sure I’m not leaking memory. libxml2’s parser module maintains state and will not deallocate all of it’s memory unless you call cleanupParser() on libxml2. Unfortunately - calling cleanupParser renders libxml2 unusable. So don’t do it unless you really really need that memory back. It only amounts to 422 bytes according to my unit tests - so it’s not a ‘real’ problem anyway. The last two weeks have really shown off the difference between open source projects and closed source to me. The short version is “Closed source software can go to hell.” libxml2 is supported on the GNOME XML mailing by Daniel Veillard at Redhat. The responsiveness on the mailing list is utterly amazing. I got one response in 8 minutes, the next one in 2 hours. Compare and contrast with a closed source vendor that shall remain nameless, but the first one to pop into your head is probably the right one. 9 days and counting so far for a useful meaningful response. Repeat after me: “I will not be a share cropper.” Oh and yes - I’ve changed the license to a standard BSD license. Apparently Python people are GPL allergic. :)...

Read: vlibxml2 - first usable release

Topic: Zope Care Day Previous Topic   Next Topic Topic: Mike Riley

Sponsored Links



Google
  Web Artima.com   

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