Posts by Eder F. Freitas • 115 points
5 posts
-
1
votes0
answers28
viewsQ: Running multiple instances of the same application on a single Memcached Server
I’m having a problem with "docked" and Memcached apps, to store some values, apparently when I start a new instance of Docker, which runs a Spymemcached client, all the data in the cache is…
-
1
votes2
answers649
viewsA: Java Scheduleexpression
Problem solved, the high number of Threads was not associated with TimerService of Java, and yes to an object of the SNMP protocol that maintains Threads active, as can be seen below private void…
-
3
votes2
answers649
viewsQ: Java Scheduleexpression
I’m developing a Nobreaks Supervising Software, I’m using the ScheduleExpression which runs every 5 seconds, followed by code: @PostConstruct public void agendarMonitoramento(){…
-
2
votes3
answers388
viewsA: Refactoring of a java class
I think it would be interesting for you to abstract methods that are not directly linked to the function of your class, such as utilitarian methods, but answering your question: If your methods are…
-
4
votes1
answer2681
viewsQ: How to run a back bean method from a Javascript function?
I am developing a web page with canvas in HTML 5, it will be presented dashboards in real time, for this use Managedbean to return the respective values, I have a component developed in JavaScript…