Samuel Coskey
Member
Posted 1 year ago #
This shouldn't be too important since in theory hubs should be very fast, but I did briefly run into a situation where a hub was slow, and as a result (I believe) my site was slowing down.
Thanks for the plugin by the way! Peter and I have found it very effective on boolesrings.org
http://wordpress.org/extend/plugins/pubsubhubbub/
pfefferle
Member
Plugin Author
Posted 1 year ago #
Yes, that's a sad truth... but I have no idea how to handle that and still send PuSHs in real time. It's a pity that PHP doesn't support any kind of threading yet.
...and you are welcome :)
Samuel Coskey
Member
Posted 1 year ago #
No problem. We just went ahead and made the hub really efficient.
But would it be bad form to use wp_schedule_event?
pfefferle
Member
Plugin Author
Posted 1 year ago #
I am not really into the scheduler but using it, it wouldn't be "realtime" any more. i will have a look at the scheduler, perhaps I will add it as an alternative.
thanks for your feedback :)