Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Non-blocking http server
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
installation warning
by
trev
[
Today
at 03:54:49 am]
Help needed for usage of ...
by
william
[
Today
at 03:33:06 am]
Frame reception problem i...
by
crisares
[
Today
at 03:14:57 am]
Open Application with sta...
by
speter
[
Today
at 02:40:23 am]
MOVED: Frame reception pr...
by
trev
[
Today
at 01:23:12 am]
MOVED: Regex conversion e...
by
trev
[
Today
at 01:20:23 am]
MOVED: Raylib4.0 don't wo...
by
trev
[
Today
at 01:19:51 am]
Raylib4.0 don't work eith...
by
dsiders
[May 22, 2022, 11:51:22 pm]
HTML to text
by
wp
[May 22, 2022, 11:00:03 pm]
Lazarus Release 2.2.2
by
folkeu08
[May 22, 2022, 09:31:08 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Non-blocking http server (Read 5728 times)
huelbert
Newbie
Posts: 2
Non-blocking http server
«
on:
November 23, 2021, 09:54:25 pm »
Good afternoon
Is there any way to create a non-blocking http server in Lazarus?
I've tried it with fphttpserver and fphttpapp but it loses packages with more than 100 simultaneous users
Logged
sstvmaster
Sr. Member
Posts: 276
Re: Non-blocking http server
«
Reply #1 on:
November 23, 2021, 10:57:09 pm »
Hi,
i think you can use INDY (10.6.2.4060).
https://wiki.freepascal.org/Indy_with_Lazarus
Download via OPM (Ctrl-Alt-O or Strg-Alt-O) if installed in Lazarus.
Logged
Windows 10
Lazarus: 2.2.0 and trunk (main)
huelbert
Newbie
Posts: 2
Re: Non-blocking http server
«
Reply #2 on:
November 24, 2021, 01:47:13 pm »
I'll look into Indy.
Does anyone know how to use fpWeb, fphttpserver or fphttpapplication in async, non-block or working with events?
Logged
nummer8
Jr. Member
Posts: 89
Re: Non-blocking http server
«
Reply #3 on:
November 24, 2021, 03:05:08 pm »
As an alternative you could try the LNET components. Also installable through Online Package Manager.
Logged
Remy Lebeau
Hero Member
Posts: 1099
Re: Non-blocking http server
«
Reply #4 on:
November 27, 2021, 06:40:29 am »
Quote from: sstvmaster on November 23, 2021, 10:57:09 pm
i think you can use INDY
There is nothing non-blocking about Indy. However, in this case, its
TIdHTTPServer
component is multi-threaded, not non-blocking. Each client runs in its own thread, and then you can perform blocking operations in each thread.
Logged
Remy Lebeau
Lebeau Software
- Owner, Developer
Internet Direct (Indy)
- Admin, Developer (
Support forum
)
ttomas
Full Member
Posts: 233
Re: Non-blocking http server
«
Reply #5 on:
November 27, 2021, 04:11:39 pm »
You can try new mORMot2 async server. With TRestHttpServer just use useHttpAsync option.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Non-blocking http server
TinyPortal
© 2005-2018