SA-MP Forums Archive
Xsockets - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Xsockets (/showthread.php?tid=126178)



Xsockets - SlashPT - 07.02.2010

Hey all i saw this http://forum.sa-mp.com/index.php?topic=151317.0

but for what is used and how to Xsockets?


Re: Xsockets - ettans - 07.02.2010

Quote:
Originally Posted by xsocket.sourceforge.net
xSocket is an easy to use NIO-based library to build high performance, scalable network applications. It supports writing client-side applications as well as server-side applications in an intuitive way. Issues like low level NIO selector programming, connection pool management, connection timeout detection are encapsulated by xSocket.

With xSocket you are able to write high performance, scalable client and server components such as SMTP Server, proxies or client and server components which are based on a custom protocol.
Refer to the documentation page for more in-depth information and tutorials.