Category: Python

cbping Should Be Your New Friend

cbping Should Be Your New Friend

If you have used the command line ping utility to check simple network connectivity between hosts, you know how useful it is. Well there is a utility like that for Couchbase now. It is aptly named cbping and it will...

Handling Runtime Errors in Ruby, Python and C Clients

Handling Runtime Errors in Ruby, Python and C Clients

Every app will eventually have to deal with an exception – runtime errors occur unexpectedly and your app must know how to deal with them and recover. It’s always good when error handling is transparent to the end-user but at...