One way to speed up Pb invoke.

本文讨论了Twisted内置RPC库PB在处理复杂数据类型时的性能问题,并提出了两种解决方案:一是采用更高效的序列化方法如BSON;二是使用PyPy替代CPython来提高处理速度。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

       Pb (stands for Perspective broker), a built-in rpc lib of twisted has been used widely.

Pb supports py built-in types directly like: int, list, dict ...

 

complex object need extra effort to be transferred on wire.

 

Pb serialization sucks...if arugments are complex...like following:

 

val = {"hello":"hello","foo":"bar","baz":100,u"these are bytes":(1,2,3)}

 

it takes very long time to process... in my machine (IBM T400)

 

only 1100 req/second...it is too slow...

 

how to speed up? a simple answer is : use another serialization method..

 

I use bson. you may freely choose cPicke, marshal or protobuf.

 

we send string directly and then deserialize manually.

 

Is it better??

 

it is three times faster... the machine can process 3300 req/second...

 

the second way is to use pypy....

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值