Improvement #2035
Direct communication between a monkey and Orangutan
0%
Description
Right now a monkey sends a message to Orangutan using Jabber. It can be a big issue for loaded sites:
To send a notification RedMonkey connects to Jabber, sends a message and disconnects. On loaded sites this can result in 10 connections per minute (at least)! As I know Google Talk can block such accounts... Certainly some Jabber servers will do!
Anyway it’s not good to connect to a server so often so I believe some direct connection alternative would play better (this can be e.g. Unix sockets)...