E
Exide Arabellan
Greetings,
Before I get too far into the guts of writing a custom telnet daemon, I
thought i'de test the waters and get some input. Im building an open
source text-based RPG (brings back memories eh?
. Looking to support
anywhere from 50-250 simultaneous connections (just depends on the
host's bandwith), with MySQL as the backend. Majority of my Perl
knowledge is self taught, so my terminology is unique (and thus hard to
ask specific questions). This is my first venture into Perl using socket
connections, and have read about using fork() to create a multithreaded
daemon. What i gathered was each end user connection would spawn a child
process of the parent daemon. Now upon inspecting other common
applications running on my box i was unsure if this is the right way to
go about it. If its not, could someone suggest an alternative?
Exide Arabellan
www.arabellan.com
Before I get too far into the guts of writing a custom telnet daemon, I
thought i'de test the waters and get some input. Im building an open
source text-based RPG (brings back memories eh?
anywhere from 50-250 simultaneous connections (just depends on the
host's bandwith), with MySQL as the backend. Majority of my Perl
knowledge is self taught, so my terminology is unique (and thus hard to
ask specific questions). This is my first venture into Perl using socket
connections, and have read about using fork() to create a multithreaded
daemon. What i gathered was each end user connection would spawn a child
process of the parent daemon. Now upon inspecting other common
applications running on my box i was unsure if this is the right way to
go about it. If its not, could someone suggest an alternative?
Exide Arabellan
www.arabellan.com