Pumpio: Synchronisation now works as a forked process #303

Merged
annando merged 2 commits from master into master 2015-09-14 06:53:12 +02:00
annando commented 2015-09-13 19:15:16 +02:00 (Migrated from github.com)

Pumpio has the problem that a crashed pump.io server is in some kind of stale process. Means: The communication with such a server leads to a stale connection that never get closed. That defers the whole cronhook execution. (e.g. twitter sync).

Now the pumpio synchronization is called as a forked process.

Pumpio has the problem that a crashed pump.io server is in some kind of stale process. Means: The communication with such a server leads to a stale connection that never get closed. That defers the whole cronhook execution. (e.g. twitter sync). Now the pumpio synchronization is called as a forked process.
Sign in to join this conversation.
No description provided.