Posts by Caion Marquezini • 11 points
2 posts
-
0
votes1
answer68
viewsQ: How can I tunnel tcp with java?
The idea is this: Create a classe that keeps an eye on us eventos of socket client and when he receives data to classe redirects to the client that is connected to app. how to do this in java?…
-
1
votes2
answers690
viewsA: Avoiding two processes of the same application in Pascal
The function is used CreateSemaphore windows. If the function GetLastError say that there is already a semaphore with that name, it is already running. Otherwise, no. Relevant part of the function…