em-synchrony icon indicating copy to clipboard operation
em-synchrony copied to clipboard

devise in combination with em-mysql2

Open BobClaerhout opened this issue 12 years ago • 5 comments

I've managed to get em-mysql2 working for one of my databases (to get async active record). This is a seperate database. However, when I want to use em-mysql2 for my main database, the devise gem fails. I get following example: "could not yield from root fiber". Anyone has a solution for this? Thx in advance

BobClaerhout avatar Feb 12 '13 14:02 BobClaerhout

Hard to say. If you're running on the same server (with fiber-pool, or on Goliath, etc), then it means it's something within Devise itself that may need to be patched.

igrigorik avatar Feb 12 '13 20:02 igrigorik

Yes, I'm running on the same server (thin). Does anyone has run into the same problem?

BobClaerhout avatar Feb 13 '13 08:02 BobClaerhout

You might be better off asking on devise issue tracker (or mailing list).

igrigorik avatar Feb 13 '13 08:02 igrigorik

I did that, for those who are looking for a possible solution: this is a link to the issue: https://github.com/plataformatec/devise/issues/2276

BobClaerhout avatar Feb 13 '13 08:02 BobClaerhout

In the referend issue, I added more information about the problem. There is a chance that you know the answer to this, so it would be nice if you read this post as well. Thanks in advance

BobClaerhout avatar Feb 21 '13 14:02 BobClaerhout