* Winsock API for PB released *
* Winsock API for PB released *
Hi everyone,
Here's my 2nd project, full TCP and UDP support using API. This was done to break the limitations that PB currently has. Examples are provided on how to use it.
The package contains the full source for all functions, examples demonstrate how easy it is to use with any existing applications.
Get it at:
http://www3.sympatico.ca/airblazer/PB_Winsock_API.zip
This was tested under Windows 2000/XP. With some modifications for handling the events, it could be compatible under Linux.
Cheers!
Here's my 2nd project, full TCP and UDP support using API. This was done to break the limitations that PB currently has. Examples are provided on how to use it.
The package contains the full source for all functions, examples demonstrate how easy it is to use with any existing applications.
Get it at:
http://www3.sympatico.ca/airblazer/PB_Winsock_API.zip
This was tested under Windows 2000/XP. With some modifications for handling the events, it could be compatible under Linux.
Cheers!
AMD 1.8 - 512mb - ATI All-In-Wonder Radeon 9000 pro - W2k Pro
BASIC programmers never die, they just return without gosub.
BASIC programmers never die, they just return without gosub.
I just noticed this!
I'm going to rip all the event-driven networking code out of my latest project and replace it with this.. I'm finding the event driven networking too unreliable (or my implementation too poor!!)
Very nice work - well organized and documented! Thanks again!
I'm going to rip all the event-driven networking code out of my latest project and replace it with this.. I'm finding the event driven networking too unreliable (or my implementation too poor!!)
Very nice work - well organized and documented! Thanks again!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
And this would allow you to write polling servers instead of event-driven ones. Useful for high traffic stuff!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Can you offer any documentation or other proof to support this being worthless? While i'd love to just take your word for it I'd like to put my hands on something that tells me why it's worthless tooHow can it be useful when polling and event-driven is basically the same under-the-hood. Also, this is worthless for real server environment, whether it is low traffic to high traffic, if it does not use IOCP.

Thanks!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Ok, Here are a few links to get started
Hope this helps 
http://www.gamedev.net/reference/articl ... le1494.asp
http://tangentsoft.net/wskfaq/articles/ ... egies.html


http://www.gamedev.net/reference/articl ... le1494.asp
http://tangentsoft.net/wskfaq/articles/ ... egies.html
Noted... I've got to get used to Windows! Unix stuff really doesn't apply that much in this world!
Thanks!
Thanks!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Here are a few more 
http://msdn.microsoft.com/msdnmag/issues/1000/winsock/
http://support.microsoft.com/default.as ... us;q192800
If this was built in as a standard for the NetworkServer part of PB, well... I guess you can see where I am going... Maybe I'll take a wack at it after I'm done with the AES conversion.

http://msdn.microsoft.com/msdnmag/issues/1000/winsock/
http://support.microsoft.com/default.as ... us;q192800
If this was built in as a standard for the NetworkServer part of PB, well... I guess you can see where I am going... Maybe I'll take a wack at it after I'm done with the AES conversion.