论坛


2021年8月1日 星期日

ubuntu通过nginx部署fastcgi程序 - delphi中间件

delphi中间件| 博客园_咏南中间件和开发框架 |11:22:00

ubuntu通过nginx部署fastcgi程序 ubuntu安装nginx // 更新包 sudo apt-get update // 下载安装nginx sudo apt-get install nginx 卸载nginx sudo apt-get --purge remove nginx ng

fastcgi - delphi中间件

delphi中间件| 博客园_咏南中间件和开发框架 |11:11:00

fastcgi 什么是CGI CGI全称"通用网关接口"(Common Gateway Interface),用于HTTP服务器与其它机器上的程序服务通信交流的一种工具,CGI程序须运行在网络服务器上。 传统CGI接口方式的主要缺点是性能较差,因为每次HTTP服务器遇到动态程序时都需要重启解析器来执

fpc protobuf开源框架 - delphi中间件

delphi中间件| 博客园_咏南中间件和开发框架 |09:59:00

fpc protobuf开源框架 开源地址: https://github.com/lalexs75/protobuf-fpc 该开源框架包括3种适合用来做服务接口的数据序列。 protobuf-fpc version 2.0 library for Free Pascal Compiler and