# Beanstalkd UDF plugin

**URL:** https://forums.percona.com/t/beanstalkd-udf-plugin/2408
**Category:** Other Tools
**Created:** [January 16, 2013, 2:06pm UTC](https://forums.percona.com/t/beanstalkd-udf-plugin/2408 "2013-01-16T14:06:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Scr34m](https://avatars.discourse-cdn.com/v4/letter/s/eb9ed0/32.png) [@Scr34m](https://forums.percona.com/u/Scr34m)
#### Post date: [January 16, 2013, 2:06pm UTC](https://forums.percona.com/t/beanstalkd-udf-plugin/2408/1 "2013-01-16T14:06:51Z")

</div>

I have made an UDF plugin to communicate with beanstalkd to send jobs into messagequeue from MySQL. Project page is at github under /Scr34m/beanstalkd\_udf

I would like to be sure that there aren’t any memory leak so asking for guidance for testing it out. I’m already used valgrind for check memory allocation and release.

There is a test.c application to help load library and run test against it.
