Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Port Listener: VFP or C++ or ??
Message
 
À
05/11/2013 16:08:12
John Ryan
Captain-Cooker Appreciation Society
Taumata Whakatangi ..., Nouvelle Zélande
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01587348
Message ID:
01587419
Vues:
91
Winsock solution should be fine. But probably not VFP-based, because VFP cannot handle concurrent requests. While processing a request, a VFP application is not listening.

C++ application can create a separate thread for each request received while continue listening for more requests.

Similar .NET development will probably take a fraction of the time required for creating C++-based solution.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform