Posts by bernardbr • 314 points
8 posts
-
2
votes1
answer182
viewsQ: Problems with Python performance testing
A group of friends and I are starting an initiative to create a Reset on github in order to test the performance (benchmark) of http services implemented in various languages and frameworks. One of…
-
0
votes1
answer633
viewsA: Error executing Databasefactory.Createdatabase() method
Hello. You must be using version 6 of Enterpriselibrary. There was a change in the use of Databasefactory that forces the initial configuration of Factory. You should set up the system like this:…
-
1
votes1
answer1918
viewsA: WEBAPI AND A3 CERTIFICATE - TOKEN
Good afternoon friend. IIS has a specific user who belongs to a group with extremely restricted access to host machine functionalities. To resolve your situation, you basically need to configure the…
-
1
votes1
answer1001
viewsA: End a process without closing the executable
You can try reading the file using a Filestream and Streamreader by specifying the accesses instead of the default constructor. This might solve: public string Executa(string caminho) { var conteudo…
-
4
votes1
answer1158
viewsA: Recommended form for popular variables with database data
Paulo, I don’t know if there is a more optimized way, but in your example of code, there are some things that can be protected to ensure a lower consumption of memory and optimization of code. I…
-
3
votes3
answers250
viewsQ: Java 8 + Android
You can use the full potential of the Java 8 API (lambda queries and etc) on Android systems? If yes, it’s worth the migration?
-
2
votes3
answers12403
viewsA: Get MAC Address from application client machine
Friends, by my mistake I didn’t realize that it was a WEB application. Follow the javascript solution to list MAC addresses, however it uses an Activex and will only work in IE. I will search for…
-
5
votes2
answers2883
views