Hi
  I have OverbyteIcsV5 just want to handle 1000 client. Is that possibe.
because i have to process 1000 client threads
Rajesh

On Mon, Feb 7, 2011 at 5:02 PM, Fastream Technologies <ga...@fastream.com>wrote:

> ICSv6 is the same as v7 in using single window per many sockets. For v5,
> you
> may hit the limit for maximum number of Window handles per proxess with a
> few thousand sockets.
>
> With v7, we have been able to test up to 60k sockets. It could improve
> further but as Francois said the 2GB RAM limit for 32-bit processes is the
> problem. It will be removed when Embarcadero releases 64-bit compiler.
>  Regards,
>
> SZ
> On Mon, Feb 7, 2011 at 1:13 PM, rajesh gupta <rajeshgupta1...@gmail.com
> >wrote:
>
> > >I guess you are using UDP not TCP.
> >   no I am using TCP
> > > I have 3gb ram
> > >You need ICS-V7 to support
> >  I can not change the version please tell me in current version
> >
> > Rajesh
> >
> >
> >
> > On Mon, Feb 7, 2011 at 4:18 PM, Francois PIETTE
> > <francois.pie...@skynet.be>wrote:
> >
> > >   I am using your ICS socket componet for c++ builder 6  .  I test lot
> > but
> > >> TWSocket Component not sending the data more than 1460 bytes at a time
> .
> > >>  what is the maximum size how can use and how??.
> > >>
> > >
> > > I guess you are using UDP not TCP.
> > > The maximum size of a UDP datagram TWsoc²ket can send is defined by the
> > > internal buffer size which default to 1460 (The max size of a normal
> > > Ethernet packet on a LAN). You can change that buffer size using
> BufSize
> > > property.
> > >
> > >
> > > also how many max clients
> > >> it can handle in server mode . I have server 2003 with core to quad
> cpu.
> > >>
> > >
> > > The most limiting number of concurrent sockets is memory, not
> processor.
> > > This has been asked frequently. Go to the mailist list archive and
> search
> > > for those discussion (Archives accessible from "support" link at
> > > www.overbyte.be).
> > >
> > > You need ICS-V7 to support a really large number of concurrent sockets
> > > (Thousands of sockets).
> > >
> > > --
> > > francois.pie...@overbyte.be
> > > The author of the freeware multi-tier middleware MidWare
> > > The author of the freeware Internet Component Suite (ICS)
> > > http://www.overbyte.be
> > >
> > > --
> > > To unsubscribe or change your settings for TWSocket mailing list
> > > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> > > Visit our website at http://www.overbyte.be
> > >
> > --
> > To unsubscribe or change your settings for TWSocket mailing list
> > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> > Visit our website at http://www.overbyte.be
> >
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to