Published on InterSystems Developer Community (https://community.intersystems.com)

主页 > csp和webservice文件上传

问题
e e · 六月 7, 2021

csp和webservice文件上传

为什么我用webservice上传文件比csp上传文件快?

webservice用的soap协议也得走http呀。csp直接处理http,少了xml的封装,按理来说应该更快。

经测试,1M的文件,csp慢了0.1s左右。在网关连接到1972后,有0.1s左右的停滞,不知道原因。

有什么办法能够使csp的文件上传速度比webservice快吗?

#CSP #SOAP #Caché
产品版本: Caché 2016.1

源 URL:https://cn.community.intersystems.com/post/csp%E5%92%8Cwebservice%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0