Python API to the GeoIP library for obtaining the country,
region, city, latitude, and longitude of any IP address.
PR: ports/63490
Submitted by: Stefan Walter <sw@gegenunendlich.de>
The NLANR/DAST Multicast Beacon is a program written in Perl
which uses the RTP protocol to provide useful statistics and
diagnostic information about a given multicast group.
It is used in Internet2 AccessGrid project and EU FP5 6NET
project.
PR: ports/63440
Submitted by: Janos.Mohacsi@bsd.hu
many advantages over ordinary BitTorrent client, like background file
allocation, multitracker support, superseed mode, configurable traffic
shaping in GUI and detailed listing of peers. And more.
Also add XFree86-free version as a slave port.
PR: ports/63261, ports/63262
Submitted by: Stefan Walter <sw@gegenunendlich.de>
- checked on 4.8
- checked on 5.2.1 with standard libpcap
- checked on 5.2.1 with net/libpcap
Commands checked:
- ngrep -d fxp1
- ngrep -d fxp1 port 80
- ngrep -d fxp1 GET port 80
o This new build incorporates the new "rate limiting" load balancing
mechanism discussed here. Rate limiting has proven surprisingly
effective in the unstable branch, typically keeping a node's load
within a few percentage points of where it is supposed to be.
This is in stark contrast to previous load balancing attempts
where load was continuously so high as to render Freenet nodes
almost completely useless.
broke the plug-in initialization. To fix this, check for a namespace
friendly GAIM_STATIC_PRPL macro definition to decide if we need to build
modules statically.
Obtained from: GAIM CVS
This is a pure-python TCP load balancer. It takes inbound TCP
connections and connects them to one of a number of backend servers.
Features:
* async i/o based, so much less overhead than fork/thread based
balancers.
* Multiple scheduling algorithms (random, round robin, leastconns,
leastconns+roundrobin)
* If a server fails to answer, it's removed from the pool - the
client that failed to connect gets transparently failed over to a
new host.
* xml based configuration file
* seperate management thread that periodically re-adds failed hosts
if they've come back up.
* optional builtin webserver for admin (sample of the running
screen)
* webserver has methods suitable for both interactive and automated
systems
WWW: http://pythondirector.sourceforge.net/
openldap is the reference when it comes to LDAP servers, and it performs
very poorly despite using techniques such as thread pools.
WWW: http://www.fefe.de/tinyldap/
nifmon is a curses application which displays counters and
statistics of one particular network interface in one part of
the screen and a stripped down tcpdump(8) output for this
interface in the other part of the screen.
PR: ports/63358
Submitted by: Simon Barner <barner@gmx.de>