Juan Carlos - CAE wrote:
>Hello everybody,
>
>This is my first post to the list.
>
>I'm porting a Windows service to Linux using the ICS components for
>Kylix3. I've almost finished the porting but I've a little problema that
>I don't know how to solve. I'll try to explain it the best I can:
>
>
Hello,
comparing the content of the D2005 and D2006 I notice the following
differences:
IcsDel100.dpk
{$ALIGN 8}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
IcsDel90.dpk
{$ALIGN 1}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{%File 'ModelSupport
Hello Samuel,
> is send, sendto, and sendstr method a "synchronized method" ?
They are not blocking if that is the question. They return immediatly
doing the request in the background.
---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz
Monday,
> ICS V6 create a hidden window for a lot of sockets (there is a constant in
> the source code to define that).
> It also create a different hidden window for each thread because messages
> are dispatched by threads.
my app is a single threaded, dunno if there's other thread running
(like winsock)
Hello everybody,
This is my first post to the list.
I'm porting a Windows service to Linux using the ICS components for
Kylix3. I've almost finished the porting but I've a little problema that
I don't know how to solve. I'll try to explain it the best I can:
I've a TIcsSocketServer listening f
> My question is, shouldn't it be that v6 use only
> one handle ? am i missing something here ?
ICS V6 create a hidden window for a lot of sockets (there is a constant in
the source code to define that).
It also create a different hidden window for each thread because messages
are dispatched by th
Hello samuel,
This seems normal, here is a small test result I did some month ago
when V6 went out.
100 connected users
V5 V6
Handles: 350352
Threads: 4 4
USER Obj: 14242
GDI Obj: 49 46
200 connected users
V5 V6
Handles: 649652
Threads: 4