[dead]
Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite
91–95 of 95 posts
Re: Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite
#92Cool!
Could I use it as a CRUD message stream?
Just in case I need to inform some consumers.
Re: Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite
#93The 1 ms pragma data version polling is a nice way to bypass the lack of a server process. didyou measure the impact on cpu or battery life for applications running on lower power devices or laptops? i curious if the polling that prevents the CPU from entering deeper sleep states
Re: Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite
#94Re: Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite
#95I have used update_hooks to achieve similar behaviour in my projects. But perhaps this is intended as a higher level layer? It looks like the implementation is not using hooks?