I ran into an issue while monitoring an ubuntu machine's file system activity using python's implementation of Inotify (pyinotify) and it's awesome big brother, the "watchdog" python library. If you havent checked out watchdog for monitoring file system events - you're seriously missing out. Catch up on it here: http://pythonhosted.org/watchdog/ https://github.com/gorakhargosh/watchdog The watchdog library worked … Continue reading Inotify, ubuntu and trash
Nugget post: Setting ldap connection timeout for python
This blog post is similar to a previous one that dealt with PHP + LDAP. In this post we'll explore how to use the python LDAP library and set timeouts. These settings are used to reduce the timeouts when connecting to an LDAP server. This will avoid your program from "hanging" due to lack of … Continue reading Nugget post: Setting ldap connection timeout for python
You must be logged in to post a comment.