>>There are detailed articles about the internals, and the
>>details aren't very simple or straighforward. Probably similar
>>could be done with Harbour, but it's out of the scope of the
>>core language and it's a different topic than multithreading.
>
> Thread in Harbour is eat much less memory than Chrome process.
> Harbours MT is very good.
>
> I'm try work with uHTTPd, but without succes.
> Oryginal Mindaugas code (from XII 2008) always hangs on line :
>
> hSocket := socket_accept(hListen, @aRemote) // (on OW and BCC).
>
> I don't understand how work server after Francesco's modification.
> For my serwer work as drunk, but it is not to roll, even under the debugger.
> Instructions in readmy.txt are obsolete.

I did some minor modifications but readme.txt was up to date.
I've also simplified the way modules can be created.

> Does anyone have positive results with this server?

Yes, here with mingw, msvc, owatcom and bcc (5.5) it
works equally well. I've used the recent binary release of
Harbour for tests.

[ for some reason 'uhttpd -s' didn't work with the bcc version, though. ]

Brgds,
Viktor
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to