Is this Legal... Illegal ?!

L

Logu

I have an interesting issue. rather I should call this as confusing issue.
:)

I have a small proto in my project, which should act as a server[runs on
XP], which essentially requests info and passes the info to another hardware
interface.

Since this is a non-critical piece, I simply had UNC Path to transfer the
info as XML. But even at my initial testing of the application, I had
bloopers

Issue: Windows XP Professional has a limit on simultaneous connections to 10
users, and XP Home Edition has a limit of 5 users.

Here is a Knowledge Base Article that describes this,
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q314882&ID=KB;EN-US;
Q314882

Fine.. So I thought I shall use TCP Connections, which definitely accepts
more than 10 simultaneous users, but when I read the KB again, I found the
following statement "The TCP connection limit is not enforced, but it may be
bound by legal agreement to not permit more than 10 clients."

So If I build the Application using TCP Connections, AM I BREAKING **EULA**
:) [!] ????

Here is an interesting Post on this

<http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=O9N0czJ
QCHA.968%40tkmsftngp04&rnum=6&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26
oe%3DUTF-8%26q%3DXP%2Binbound%2Bconnections%2BEULA>

Any takers. !! somebody plz :)



-- Logu
 
M

Michael A. Covington

I think you should read up on "Client Access Licenses." My understanding is
that you can serve web pages to an unlimited number of users, and that
various web-ish things are treated the same way.

But I am remembering the licenses for Server 2003 and Windows 2000 Server.
The non-server versions may indeed be more limited.

Logu said:
I have an interesting issue. rather I should call this as confusing issue.
:)

I have a small proto in my project, which should act as a server[runs on
XP], which essentially requests info and passes the info to another hardware
interface.

Since this is a non-critical piece, I simply had UNC Path to transfer the
info as XML. But even at my initial testing of the application, I had
bloopers

Issue: Windows XP Professional has a limit on simultaneous connections to 10
users, and XP Home Edition has a limit of 5 users.

Here is a Knowledge Base Article that describes this,
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q314882&ID=KB;EN-US;
Q314882

Fine.. So I thought I shall use TCP Connections, which definitely accepts
more than 10 simultaneous users, but when I read the KB again, I found the
following statement "The TCP connection limit is not enforced, but it may be
bound by legal agreement to not permit more than 10 clients."

So If I build the Application using TCP Connections, AM I BREAKING **EULA**
:) [!] ????

Here is an interesting Post on this

<http://groups.google.com/groups?hl=...ngp04&rnum=6&prev=/groups?hl=en&lr=&ie=UTF-8&
oe%3DUTF-8%26q%3DXP%2Binbound%2Bconnections%2BEULA>

Any takers. !! somebody plz :)



-- Logu
 
W

Wei-Dong XU [MSFT]

Hi Logu,

For the IIS, the connection limitation is enforced for Windows XP is facing personal scenario. For TCP connection, thus far, I haven't heard any
limitation enformance with Windows XP. However, this is not to say there is no any limitation on TCP connection. The best method I can find now is
that you can contanct the saler or vendor of your windows XP. You can ask them whether there is one limitation existing for the tcp connection.

Furthermore, you can also call microsoft for this kind of issue. Please call 1-800-426-9400 (select option 4), Monday through Friday, 6:00 A.M. to
6:00 P.M. (PST) to speak directly to a Microsoft licensing specialist. Worldwide customers can use the Guide to Worldwide Microsoft Licensing Sites
http://www.microsoft.com/licensing/index/worldwide.asp to find contact information in their locations.

Please feel free to let me know if you have any further questions.

Best Regards,
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top