Conversation:
Notices
-
@moonoffsite @lambadalambda @dtluna Websockets in general are a good idea with a completely shit implementation.
-
@moonoffsite @lambadalambda @dtluna I'm personally very enthusiastic for @takeshitakenji's queue thing.
-
@moonoffsite @takeshitakenji @lambadalambda @dtluna I could but then I would be lying.
-
@moonoffsite @lambadalambda Both OpprotunisticQM and the daemons use the queue in the database. The only difference between OQM and daemons, is OQM processes it with each page view using cronish. The Daemons process it consistently at a given interval, which you can actually change, but how to do so is not documented. STOMP does not use that database, notices a…
-
@moonoffsite @takeshitakenji I suspect that the extlib it uses needs brought up to date. I wish these external libraries used SVN or GIT since I could just make them submodules then, would greatly simplify the process of keeping them up-to-date. One thing I'll do this evening is test the latest version of each extlib and the ones that don't break shit I'll put into…
-
@moonoffsite @takeshitakenji Yes, it is, but I don't want to manage them, I want to eliminate them, ideally. The less other people's code can mess our shit up, the better.
-
@moonoffsite @takeshitakenji @gargron Composer is for people who have literally days to resolve dependency hell, for the rest of us, we use proper SVCM software.