开发者

Exchanging data between 2 languages

开发者 https://www.devze.com 2023-02-09 22:50 出处:网络
I\'m trying to pass data from C to python. I\'ve hit a brick wall doing it with beanstalk. My last option is sockets.

I'm trying to pass data from C to python. I've hit a brick wall doing it with beanstalk. My last option is sockets.

Are they any fast queue daemons around which have client libraries for both C and python?

Edit:

Operating System: Ubuntu

Solved: Check comment by Yossarian

Edit2:

libbeanstalkclient, the C c开发者_Python百科lient for beanstalk is spewing errors like these -> link

Solved: Check comment by Yossarian


You aren't linking against libsbeanstalkclient. try something like gcc -lbeanstalkclient when compiling (add the -l... parameter)

(this isn't answer on the question, but solution of questioner's problem)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号