Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The Walled Garden Closes In
Message
 
To
02/06/2012 03:16:04
General information
Forum:
ASP.NET
Category:
Visual Studio
Environment versions
OS:
Windows Server 2003
Miscellaneous
Thread ID:
01544492
Message ID:
01545147
Views:
53
regarding multi-threading in vfp, see VFPx Christian Ehlscheid's CreateThreadObject in VFP2C32.fll at CodePlex which is a seamless integration of WIN32 CreateThread in VFP in a vfp FLL..- as easy as it gets.

All those years in Microsoft's camp give VFP a HUGE advantage over PHP on Windows, even for web apps. The only thing VFP can't do better than PHP on Windows is the number of free and useful web apps.

>>PHP
>>-no multi-threading (VFP can do this fairly smoothly)
>Smoothly is not the way to describe it - multi-processing yes, but all threading is at least part hack,
>even (or especially ??) if utilizing the code from Calvin, Christoph of the old COM-solutions by Remus.
>
>>-no ISAPI on Windows (VFP web tools use ISAPI all over the place, so PHP performance will suffer and, no, FastCGI is not nearly as good))
>Ok, but for Web backend Linux is not a bad story ;-)
>
>>-no intermediate byte code (like JIT in .NET) or automatic Garbage collection (VFP check, check)
>Yupp but PHP-2-C compiler is a pro for PHP, and a switchable garbage collection (5.3?)
>if it is really a dumb implementation (echoing some thoughts here, not measured myself!)
>I consider equal or a plus for PHP.
>
>>-of course, no integrated database
>SQLite might be made a poor substitute, but my main gripe ;-)
>
>>-language is harder to learn than VFP imo
>full ACK - even if beauty is in...
>
>>-not a great COM story (VFP has an excellent COM story, of course)
>Again - balanced partly by option for linux backend. Depends on use case.
>
>regards
>
>thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform