discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

consolidation of NSMessagePort, NSSocketPort and GSTcpPort


From: Derek Zhou
Subject: consolidation of NSMessagePort, NSSocketPort and GSTcpPort
Date: Sat, 1 Nov 2003 17:15:38 -0800
User-agent: KMail/1.5.3

Hi,
The code of NSMessagePort, NSSocketPort and GSTcpPort are 90% identical, so 
there is some redundancy here. Anyone wants to consolidate the three? Maybe 
make a base class called GSSocketPort (or something like that) and make 3 
small classes inheriting from it?
I know NSMessagePort is unix domain socket and GSTcpPort is tcp socket. What's 
the difference between NSSocketPort and GSTcpPort? The code looks almost 
exactly the same to my untrained eyes.
Derek





reply via email to

[Prev in Thread] Current Thread [Next in Thread]