[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
件人:Christian Grothoff发送时间:2024-02-11 20:35:17收件人:libmicrohttpd development and user mailinglist抄送:lingweicai主 题:Re: [libmicrohttpd] Any suggestions on authentication for web clients to communicate with microhttp to manage multiple Linux servers with single /etc/shadow fileDear Forrest, Your

[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
all concurrent requests)Transfer rate:          3085.38 [Kbytes/sec] received- 原始邮件 -发件人:Evgeny Grin发送时间:2023-07-04 00:40:33收件人:libmicrohttpd development and user mailinglist抄送:lingweicai主 题:Re: [libmicrohttpd] 回复:回复:Re: Help : Any HTTP Performance Benchmark Comparison for Microhttpd with Go

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

2023-07-01 Thread lingweicai via libmicrohttpd
Hi Evgeny: Could you please help to share the benchmark source file with me by email ? I want to run it on my system ASAP. Thanks,Forrest- 原始邮件 -发件人:lingweicai发送时间:2023-07-01 17:30:20收件人:Evgeny Grin;libmicrohttpd development and user mailinglist主 题:回复:Re: [libmicrohttpd] Help : Any HTTP

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

2023-07-01 Thread lingweicai via libmicrohttpd
Hi Evgeny: The results are really exciting. Really apreciate your efforts. Thanks,Forrest - 原始邮件 -发件人:Evgeny Grin发送时间:2023-06-30 03:29:17收件人:libmicrohttpd development and user mailinglist抄送:lingweicai主 题:Re: [libmicrohttpd] Help : Any HTTP Performance Benchmark Comparison for Microhttpd

[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

[libmicrohttpd] Can a C function can formatted print selected members of a struct array

2019-02-24 Thread lingweicai
Dear: I have a struct array, for example struct user { int id; char name[]; unsigned char age }; and array of the struct user with 100 records(items). I can write for a function for each selected members, but I want to write a function, with selected struct members as the function arguments, like a

[libmicrohttpd] 回复: Re: 回复:Re: Any MHD_ContentReaderCallback Example Code

2018-02-26 Thread lingweicai
Hi Christian: Your reply is VERY VERY helpful to me.THANK you and have a good day:-)Forrest Lingweicai ---原始邮件--- 发件人: Christian Grothoff 时 间: 2018/02/25 02:35:14 收件人: lingweicailibmicrohttpd

[libmicrohttpd] 回复:Re: Any MHD_ContentReaderCallback Example Code

2018-02-21 Thread lingweicai
i cai. - 原始邮件 - 发件人:Christian Grothoff发送时间:2018-02-05 21:58:17收件人:lingweicai;libmicrohttpd主 题:Re: Any MHD_ContentReaderCallback Example CodeOn 02/04/2018 03:19 AM, lingweicai wrote:> Dear all:> > I want to create responses with strings variables, for example , html> star