Hi,

PRIVATE declaration can be used in any place of code and it was
beyond my and other [x]Harbour developers imagination ;-) that user
may want to create code like:
   while .t.
      private var := <something>
      ...
   enddo

Usually do not use PRIVATE variables in single thread applications. I wanted to avoid STATIC or THREAD STATIC here, so, I've used PRIVATE and had enough imagination to declare it in a loop :)


I can try to look at uhttpd but it will have to be updated to work
in Linux. At least in some special test mode. Can you update it?
I tried to compile it with INET support and the following functions
are missed:

I've almost finished with new ideas for uhttpd. I hope to send sample code to mailing list next week. I've fixed socket.c using your suggestions, and I can successfully compile and run uhttpd under linux.



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

Reply via email to