2020年11月26日 星期四
在线程中使用kbmMWClientQuery的安全处理 - 红鱼儿
红鱼儿| 博客园_红鱼儿 |14:18:00
最近应用遇到奇怪的问题,在线程中读取一个ClientQuery的字段值时,读取的不完整,造成执行结果错误。大体上象这样的代码: TUser=Class qUser:TkbmMWClientQuery; public function UserID:string read GetUserID; end
云时代 - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |10:39:00
云时代 基于http协议的:http(s),ws,webservice,适合做service的有?rest?and?webservice,有许多大侠也在让binary适应service,为此制定了一些binary?标准,或许已成为事实标准,但终究不是国标。软件即服务,中间件也是,中间件的接口就是se
mormot2封装tcp - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |08:30:00
mormot2封装tcp 这没什么好惊奇的,http是基于tcp的应用层协议。 mormot.net.sock.pas /// Fast low-level Socket implementation // - direct access to the OS (Windows, Linux) net
mormot.net.client.pas - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |08:23:00
mormot.net.client.pas /// Socket API based REST and HTTP/1.1 compatible client class // - this component is HTTP/1.1 compatible, according to RFC 2068
mormot.net.server.pas - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |08:11:00
mormot.net.server.pas /// HTTP server using fast http.sys kernel-mode server // - The HTTP Server API enables applications to communicate over HTTP wi