Lars Fronius

Results 20 comments of Lars Fronius

With a single node, there is no way to fulfil your replication_factor of 3 replicas, so Cassandra throws back that the keyspace is unavailable, which is what you see -...

Assuming you are not trolling PHP here. There is in fact no real async/threading option available in PHPs core. You can do some hacks on socket connections as we use...

Theoretically it would be possible to have a query interface that decouples querying from fetching responses. It's not super trivial though. From real world use-cases I can tell you, that...

I am investigating right now and it is definitely caused by null value types that are not handled correctly at the moment.

@rvwoens Have fun using collections then, they are definitely broken in the duoshuo one. We fixed the null value issue in https://github.com/eyeem/php-cassandra-binary already and the PR is just a matter...

Hey @Resiak - can you send me a bit of code, including the inserts you are doing so I can write a regression test for this and work on it?

I am looking into this right now and it seems to be a bug at the current state. I am working on resolving it.

Hey @nicolapetracchi - can you reevaluate your issue? Pretty sure it is resolved by now.

Any thoughts on how to improve performance so far?

Experienced this issue myself and since resurrected the MailComposer of nodemailer which gets this right: https://github.com/nodemailer/nodemailer/blob/master/lib/mail-composer/index.js This is just meant as a hint where to look for. I tried implementing...