Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Internet Applications using VFP 6/7.
Message
From
18/04/2002 11:55:08
 
 
To
15/04/2002 03:18:09
Roman Segaud
Laboratoires Fortepharma
Nice, France
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00630848
Message ID:
00646410
Views:
24
Roman,

From HTTP 1.1 specification (ftp://ftp.isi.edu/in-notes/rfc2616.txt)
chapter 8.1.4:

Clients that use persistent connections SHOULD limit the number of
simultaneous connections that they maintain to a given server. A
single-user client SHOULD NOT maintain more than 2 connections with
any server or proxy.

So IE SHOULD NOT open more than 2 connections simultaneously.
Can you provide a sample which demonstrates this problem?


>"However, I think that 5 connection queue limit is sufficient for small-size web server." => Yes, but beware, a single HTML page might contain more than 5 element (every picture is considered as one element) I've got problem using Winsock even alone.
>
>"During year, I'm working on a framework to use VFP for data entry from Web.
>I try to use VFP 7 web server implementing HTTP protocol and calling VFP
>classes." => So I do.
>
>"Have you implemented HTTP protocol in VFP more throughly than in Eeva Webserver ?
>Do you have some suggestions or samples to implement this ?"
>=> Yes I do some modification, to support long page under IE and Netscape, to avoid crash server due to high level activitie etc...
>
>"Can you send your code to my email also ?" => Of course I can send you my last release, note that I change some code into GenHTML procedure.
>
>Best Regards,
>Roman
Andrus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform