[libmicrohttpd] 回复:Re: Any suggestions on authentication for web clients to communicate with microhttp to manage multiple Linux servers with single /etc/shadow file

2024-02-15 Thread lingweicai via libmicrohttpd
off-topic for this list. Best regards, Christian On 1/31/24 04:20, lingweicai via libmicrohttpd wrote:

[libmicrohttpd] Any suggestions on authentication for web clients to communicate with microhttp to manage multiple Linux servers with single /etc/shadow file

2024-01-30 Thread lingweicai via libmicrohttpd
Dear experts: I am to develop a web GUI with microhttpd as backend on a Linux Server as center node to manage/access multiple Linux servers as branches. I want to use one authentication system for all the servers, such as one set of /etc/passwd, /etc/shadow, /etc/group on center node by copying the

[libmicrohttpd] Can Microhttpd provide ssh responses to frontend ?

2023-12-24 Thread lingweicai via libmicrohttpd
Hello experts,I am developing a web application backend with libmicrohttpd with _javascript_ (VUE) as front end. I want to add a web terminal window in my web page to access the backend server. The terminal front end to be used is xterm.js. How could I develop backend ? Can I provide the web ssh re

[libmicrohttpd] 回复:Re: 回复:回复:Re: Help : Any HTTP Performance Benchmark Comparison for Microhttpd with Go HTTP Servers

2023-07-04 Thread lingweicai via libmicrohttpd
uests/sec: 707233.60    Transfer/sec: 27.65MB    -    I'll let you know when tool is published.    --    Evgeny    On 26.06.2023 3:52, lingweicai via libmicrohttpd wrote:     ), the results :

[libmicrohttpd] 回复:回复:Re: Help : Any HTTP Performance Benchmark Comparison for Microhttpd with Go HTTP Servers

2023-07-01 Thread lingweicai via libmicrohttpd
ished.  --  Evgeny  On 26.06.2023 3:52, lingweicai via libmicrohttpd wrote:   ), the results :

[libmicrohttpd] 回复:Re: Help : Any HTTP Performance Benchmark Comparison for Microhttpd with Go HTTP Servers

2023-07-01 Thread lingweicai via libmicrohttpd
% 21283031 requests in 30.09s, 832.18MB read Requests/sec: 707233.60 Transfer/sec: 27.65MB - I'll let you know when tool is published. -- Evgeny On 26.06.2023 3:52, lingweicai via libmicrohttpd wrote:  ), the results :

[libmicrohttpd] 回复: Help : Any HTTP Performance Benchmark Comparison for Microhttpd with Go HTTP Servers

2023-06-29 Thread lingweicai via libmicrohttpd
Hi experts,Any suggestions on configuration of libmicrohttpd for good benchmarking results ? Thanks,Forrest 

[libmicrohttpd] Help : Any HTTP Performance Benchmark Comparison for Microhttpd with Go HTTP Servers

2023-06-25 Thread lingweicai via libmicrohttpd
ently MHD is optimised heavily to minimize amount of system calls (which are costly with context switching). The minimal example used in test is optimised for simplicity, not for the performance. Unfortunately I don't have ready-to-use recipe for the proper testing. :) -- Evgeny On 20.06.2023 17:50, lingweicai via libmicrohttpd wrote:    did not show good

[libmicrohttpd] Any HTTP Performance Benchmark Comparison for Microhttpd with Go/Nodejs HTTP Servers

2023-06-20 Thread lingweicai via libmicrohttpd
Dear Experts, I am going to develop a Web UI with Microhttpd, and to write a technical paper. I want to show the high performance of microhttpd, but I did not find any good supporting information on my thoughts, this link https://tech.ssut.me/http-server-benchmark/   did not show good performance o

[libmicrohttpd] 回复:Re: Any suggestion on HTML Template to be an interface with microhttpd ?

2022-12-07 Thread lingweicai via libmicrohttpd
mustach, which works well: https://mustache.github.io/ Happy hacking! Christian On 12/7/22 04:43, lingweicai via libmicrohttpd wrote: , while I am not sure if the C template , inside it the embedded loop is for s ) . Is it a good tool with

[libmicrohttpd] Any suggestion on HTML Template to be an interface with microhttpd ?

2022-12-06 Thread lingweicai via libmicrohttpd
Dear All,I am developing a web tool with microhttpd for systems control. I am using Bootstrap 5 (CSS) and some _javascript_ lib to be the frontend. while I think a HTML template is required to generate HTML pages daynmically with data in backend from microhttpd. I am looking at libctemplate, a C HT

[libmicrohttpd] Can I define variable of char array for a page in the function containing MHD_create_response_from_buffer with the flag of MHD_RESPMEM_PERSISTENT

2022-11-17 Thread lingweicai via libmicrohttpd
Hello Experts, I am developing a web tool, Can I define variable of char array for a page in the function containing MHD_create_response_from_buffer, with flag of MHD_RESPMEM_PERSISTENT? or I must use the flag of MUST_COPY ? for example: send_page ( char * str ) {char page[1024];strcpy ( pa