Skip to content

Commit 9d495b8

Browse files
authored
Merge pull request #172 from WEBcodeX1/fix-readme
Finally Adapt REAMDE.md To NLAP Protocol
2 parents 37cbb14 + 9a83d78 commit 9d495b8

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@
2929
in place of modern web-application requirements.
3030

3131
**NLAP solves these problems** with a clean, XML-based transport encapsulation that natively supports:
32-
- Solid parallel response transmission in a single socket
33-
- Eliminates head-of-line blocking: time-consuming responses do not block follow-ups
34-
- Structured data with XML schemas
35-
- Multiple protocol subtypes (NLAFP for files, NLAMP for metadata)
36-
- Simple, extensible architecture
32+
- Solid parallel response transmission in a single socket
33+
- Eliminates head-of-line blocking: time-consuming responses do not block follow-ups
34+
- Structured data with XML schemas
35+
- Multiple protocol subtypes (NLAFP for files, NLAMP for application server requests)
36+
- Simple, extensible architecture
3737

38+
**FalconAS Server Features**:
3839
-**Kernel Mutex-Less**: Built with on-chip atomic user space locks
3940
-**Lightning-Fast Performance**: Optimized for modern hardware with epoll-based architecture
4041
-**Threaded Static File Delivery**: Threading and in-kernel sendfile() increase scheduling latency

0 commit comments

Comments
 (0)