开发者

Exchanging data between 2 languages

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜