well, if they did, and they made a full telnet class, then great!! give us
all the class!!

BUT, if they wrote their own socket listener, essentially their own
protocol, then it would work.

but if you are using sockets to connect to a real telnet server (as it were)
then you MUST have the negotiation part.

http (port 80) is just raw socket transport. telnet (port 23) is not.
so, communication like you want is possible, just don't count on a real
telnet connection right yet.

On 4/9/01 3:27 PM, "Matthias Winkelmann" <[EMAIL PROTECTED]> wrote:

> 
> 
>> -----Original Message-----
>> From: Lindsay Adams [mailto:[EMAIL PROTECTED]]
>> 
>> No, your problem is most likely that you didn't do anything with
>> the telnet
>> negotiation phase.
> [..]
> 
> That doesn't sound very encouraging :-(
> 
> Anyway, I got that idea of splitting an application into a codebase
> listening on a port and a frontend connecting with it in the zend tips
> section http://www.zend.com/tips/tips.php?id=169&single=1 .
> 
> It seems as if somebody got it to work (in 15 min as he writes).
> Unfortunately, I couldn't find his email adress anywhere. Therefore: If
> anybody has done this before, has an idea how it could work or knows this
> author 'npeen', it could really save me a lot of time.
> 
> Thanks for all ideas,
> 
> Matt
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to