Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-13-2021 11:30 PM
Hello there
Anyone who has experienced the promise, streaming and RxSession API, does RxSession increase the speed of data transfer from Neo4j to a javascript web sever if set properly?
Thanks
Solved! Go to Solution.
08-19-2021 02:29 PM
It's not so much about speed, although time to first record should be better.
It's more about better resource usage and backpressure if the client can't keep up
And better usage of cpus on server and client that are not blocked by thread if the stream is not advancing.
One example is here:
08-19-2021 02:29 PM
It's not so much about speed, although time to first record should be better.
It's more about better resource usage and backpressure if the client can't keep up
And better usage of cpus on server and client that are not blocked by thread if the stream is not advancing.
One example is here:
08-19-2021 03:10 PM
Thanks
It's not about speed but about using resources more efficiently.
All the sessions of the conference are now available online