Simple servers and PHP

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
Big_Din_KR
Forum Newbie
Posts: 1
Joined: Mon May 13, 2002 10:02 am
Location: Isla de Margarita, Venezuela

Simple servers and PHP

Post by Big_Din_KR »

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. 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.

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.

later on,
Big Din K.R.
Post Reply