Skip to content

MartijnB/FlashPolleD

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
obj
 
 
 
 
 
 
 
 
 
 
 
 
 
 
FlashPolleD 0.1

Copyright 2011 iCept Media. All rights reserved.

FlashPolleD is a (very) high performance Flash policy server written in D. A lot 
existing solutions have serious issues when they are stressed. They start to 
crash or leak memory. FlashPolleD is benchmarked with >20.000 reqs/sec on a VPS.
It's tested with IPv4 & IPv6.

== Requirements ==

- Linux 2.6+
- Libev 4

== Installation ==

This is a source only distribution. Build scripts for GDC are included but every 
D2 compiler with the Phobos runtine should work. A default policy file that opens 
all ports is included.

Note: If you use GDC as D compiler, you need at least version 4.6.2

== Usage ==

Usage: ./server [-46bdfhpv]

  -4, --v4. --ipv4              Use IPv4 sockets [default]
  -6, --v6. --ipv6              Use IPv6 sockets
  -b, --bind=HOST               Bind the socket to HOST
  -d, --daemon                  Daemonize the server
  -f. --policyfile=PATH         Policyfile to serve
  -h, --help                    Help
  -p, --port=PORT               Listen on PORT
  -s, --stats                   Show stats
  -v, --verbose                 Show more debuginformation

== Notes ==

- In IPv6 mode, IPv4 requests are also handled.
- The server requires root privileges to bind to (the default) port 843

About

A high performance event based Flash policy server in D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published