mauricio / postgresql-async

Async, Netty based, database drivers for PostgreSQL and MySQL written in Scala
Apache License 2.0
1.43k stars 222 forks source link

[Question] Does postgresql-aync use long polling for LISTEN/NOTIFY? #163

Closed hajime-moto closed 8 years ago

hajime-moto commented 8 years ago

First of all thank for this awesome library. Everyone I work with loves postgresql-async :)

Question: Does postgresql-aync long polling for LISTEN/NOTIFY? Or does it use async connection to send Event notification to the client ?

mauricio commented 8 years ago

@hajime-moto no long polling, it's all using the async connection.