python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Authenticating on behalf of a user from durable functions using MSAL
We have a suite of dotnet 6 azure functions (v4) which serve data to an single page client application.
The client authenticates with our api on behalf of the signed in user. These endpoints go on to ...
finbag
Votes: 0
Answers: 1
Why is a distributed in-memory cache faster than a database query?
https://medium.com/@i.gorton/six-rules-of-thumb-for-scaling-software-architectures-a831960414f9 states about distributed caches:
Better, why query the database if you don’t need to? For data that is ...
william
Votes: 0
Answers: 1
How to create Composite index in Hazelcast
I am trying to improve performance of Hazelcast lookup by using composite key. I have a class entity
Class Entity {
private Long id;
private String field1;
private String field2;
priva...
Pratap
Votes: 0
Answers: 2
Infinispan HOTROD client throwing intermittent java.net.SocketTimeoutException: GetOperation
I'm using Infinispan HOTROD into java application running on IBM Liberty app server with JDK8.
HOTROD client (lib 12.1.11.Final-redhat-00001 version) is implemented via `
org.infinispan.jcache.remote....
Stefano
Votes: 0
Answers: 2