speed daemons
speed daemons
- Subject: speed daemons
- From: Chilton Webb <email@hidden>
- Date: Wed, 29 Aug 2001 23:26:28 -0500
Howdy,
I'm writing a server. Currently it's all in C, and uses sockets to talk
to the client, (which is also a custom app). No performance problems
that I can see, but soon we'll be taking on large numbers of clients
(thousands).
So I wonder, would using an OOP language like Obj-C for this be
detrimental at all to performance, or does it all compile down to
similar code?
Second question, can an app written in Cocoa be launched via the shell?
Via a telnet session?
Thanks,
-Chilton