Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Stud

Compare

  Analyzed about 13 hours ago

stud is a network proxy that terminates TLS/SSL connections and forwards the unencrypted traffic to some backend. It's designed to handle 10s of thousands of connections efficiently on multicore machines. It follows a process-per-core model; a parent process spawns N children who each accept() on ... [More] a common socket to distribute connected clients among them. Within each child, asynchronous socket I/O is conducted across the local connections using libev and OpenSSL's nonblocking API. By default, stud has an overhead of ~200KB per connection--it preallocates some buffer space for data in flight between frontend and backend. [Less]

3.55K lines of code

0 current contributors

about 8 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

ultimate

Compare

  Analyzed about 7 hours ago

Ultimate is a program analysis framework. Ultimate consists of several plugins that perform steps of a program analysis, e.g., parsing source code, transforming programs from one representation to another, or analyzing programs. Toolchains of these plugins can perform complex tasks, e.g., verify ... [More] that a C program fulfills a given specification. [Less]

5.8M lines of code

26 current contributors

3 days since last commit

0 users on Open Hub

High Activity
0.0
 
I Use This