Skip to content

aclisp/PocoLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PocoLab

It is a C++ HTTP server based on POCO C++ Libraries. This project is obsolete. New C++ projects should start with Qt. However we should never think of starting a project in C++, right? Go or Rust is the preferable options.

Performance Monitor

  • Curve

    • threadpool.capacity (max)
    • threadpool.used
    • threadpool.allocated
    • threadpool.available
    • server.currentThreads
    • server.currentConnections
  • Curve

    • server.maxQueued (max)
    • server.queuedConnections
  • Counter

    • server.totalConnections
    • server.refusedConnections
  • High water mark

    • server.maxConcurrentConnections

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published