Re: [twsocket] TWSocketServer multiple connections speed

2005-12-21 Thread Arno Garrels
Time Bandit wrote: > Hi everyone, > > just coming back to ICS after something like 6 years off the list. > > I'm building a socket server that should handle lot's of short time > connections. Clients will connect, send a request, get an answer, then > disconnect. The number of clients will be som

[twsocket] TWSocketServer multiple connections speed

2005-12-21 Thread Time Bandit
Hi everyone, just coming back to ICS after something like 6 years off the list. I'm building a socket server that should handle lot's of short time connections. Clients will connect, send a request, get an answer, then disconnect. The number of clients will be somewhere between 500 and 1000. I d

Re: [twsocket] ReceiveStr/SendStr vs. Receive/Send

2005-12-21 Thread Francois PIETTE
> Hi guys thanks for your earlier responses they helped lots. I was reading > ICS demos and comments from Francois and others and I was wondering of an > identical replacement for receivestr and sendstr. I'd like to use an array > of char instead since it doesn't need to copy the data multiple time

[twsocket] ReceiveStr/SendStr vs. Receive/Send

2005-12-21 Thread lame.one
Hi guys thanks for your earlier responses they helped lots. I was reading ICS demos and comments from Francois and others and I was wondering of an identical replacement for receivestr and sendstr. I'd like to use an array of char instead since it doesn't need to copy the data multiple times. Is th

Re: [twsocket] Problems installing ICS on C++ Builder 2006 (Update1)

2005-12-21 Thread Francois PIETTE
> So this seems to be default behaviour for everything you build. This > approach does help with keeping things more organized I guess. I agree, but O don't understand why the linker doesn't find the obj files where the compiler place them if you are using the default settings. It's not normal t

Re: [twsocket] Problems installing ICS on C++ Builder 2006 (Update1)

2005-12-21 Thread Kris Schoofs
I was using the default settings of builder. Installing ICS was the first thing I did so I did not change any options such as the destination location of files. Actually, I noticed that even when building normal projects (instead of packages) the object files get stored in a separate folder : Eith

[twsocket] Problems installing ICS on C++ Builder 2006 (Update 1)

2005-12-21 Thread Ian Tuck
This is slightly off-topic, but you're the first person I know who has tried C++ 2006, Kris. Have you found that all (any?) other component libraries work out of the box? What are your first impressions? Ian -- To unsubscribe or change your settings for TWSocket mailing list please goto http

Re: [twsocket] Problems installing ICS on C++ Builder 2006 (Update1)

2005-12-21 Thread Francois Piette
Thanks for feedback. Do you have an options set somewhere to store the obj file in a special folder ? -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Kris Schoofs" <[EMAIL PROTECTED]> To: "twsocket" Sent: Wednesday, December 21, 2005 1:31 PM Subject: Re: [twsocke

Re: [twsocket] Problems installing ICS on C++ Builder 2006 (Update 1)

2005-12-21 Thread Kris Schoofs
Francois, I managed to solve the problem with C++ Builder 2006. As I already mentioned the missing 'ICSNTLMMSGS.OBJ' was located in '...\Borland Studio Projects\ics\Delphi\Vc32\Release_Build' So I copied this file from this folder to : '...\Borland Studio Projects\ics\Delphi\Vc32\' and this res

Re: [twsocket] Problems installing ICS on C++ Builder 2006 (Update 1)

2005-12-21 Thread Kris Schoofs
Actually, BDS C++ Builder 2006 isn't a technology preview anymore. Borland just released their update 1 that finalizes their C++ implementation : http://www.borland.com/downloads/download_cbuilder.html "This update completes the functionality of the Preview Technology for C++ and C in Borland Dev

Re: [twsocket] Problems installing ICS on C++ Builder 2006 (Update 1)

2005-12-21 Thread Francois Piette
First of all, BDS2006 C++ personality is preview (translation: it is still buggy). The ICS version you can find on BDS2006 partner DVD worked with BDS2006 version Borland provided to partners to build their product. Your actual BDS2006 may differ slightly. > Following error is always reported :

[twsocket] Problems installing ICS on C++ Builder 2006 (Update 1)

2005-12-21 Thread Kris . Schoofs
I'm encountering problems when attempting to install ICS on C++ builder 2006 (Update 1) Following ICS distribution is used : - icsbeta20051106.zip Following procedure was used (as described in the readme.txt) : - File/Open Project : ics\Delphi\Vc32\IcsBcb100.bdsproj - Project manager : Right-cl