Posts by Felipe Müller • 41 points
3 posts
-
0
votes0
answers53
viewsQ: API web infrastructure
I am building an API infrastructure layout and would like to see your opinions, as well as scalability ideas and concepts applied. I won’t go into too much detail of internal infrastructure,…
-
0
votes1
answer82
viewsA: Dynamically display the database record with the respective category
<div class="example1"> <h1 class="pseudo_border_titulo">Painel do Cliente</h1> <div class="panel panel-primary"> <?php echo $idUsuario;…
-
4
votes2
answers579
viewsQ: Two threads running the same function
I have a situation where in Delphi I have two threads that perform a function that ping in a Firebird database. I use this to sync data from my PDV (sending and receiving). But as they run at the…