Guido Falk von Rudorff
Results
2
issues of
Guido Falk von Rudorff
When converting an existing code base I found that else-if apparently is not supported. Here's an example: ```java public static void main(String[] args) { int a = 0; if (a...
We noticed that every worker creates two connections to the redis server. Does this have technical reasons? If we can reduce the total number of connections, this would improve scalability...