Hello Levente,

I implemented a small syntax server based on your recommendation. The code commented in SyntaxServer>>process: is working but requires the client to reconnect each time it wants to send source code to be validated, which is time consuming. Reusing the connection would be faster but the code here is not working. Any hint?

Best regards,
Ian