Hi Przemek,

I'm working with Inet*() functions and hblog.
In my repository I have updated Inet with RAW connections, actually UDP raw connections, and packets manipulation (I need to spoof IP for a specific application).
All works well in non MT env.
Now I'm trying to test this app in MT environment.
Questions: did you gave a look to hblognet and THREAD version ?
Is it INET is already MT safe and functional also if its source is in rtl folder ?
In hblognet there are commands like:
StartThread( Self, "AcceptCon" )

How make equivalent using Harbour Thread functions that, AFAIK, I have seen that don't support Objects, or there is another way to implement Threads with Objects ?
Could it be correct to define hb_ThreadStart( {|| ::AcceptCon() } ) ?

TIA

Best Regards

Francesco
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to