PHP and Simple servers

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nexgardvietnam
Forum Newbie
Posts: 1
Joined: Fri May 11, 2018 11:48 pm

PHP and Simple servers

Post by nexgardvietnam »

At present, I've written a small server for the purpose of controlling mysql servers remotely using
traffic managers as part of the Tubo Linux TurboCluster setup. Another thing I'd like some feedback on is how to deal with windows telnet clients. They work by sending each character pressed at the keyboard to the server as opposed to sending a string when it gets a hard carraige return. The mysql servers are using PHP of course, but I'd like some feedback from people as to why they feel this may not be a good idea.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP and Simple servers

Post by Christopher »

What your question?
(#10850)
Post Reply