Re: [twsocket] delay in data

2013-03-20 Thread rajesh gupta
Dear ,
   I mean Live data == delay . The changes I am observe on server
machine in grid is not reflecting on
   client connected to server machine . i.e. data coming on the
client machine 2- 10 seconds delay .
   On server machine as the data change it send to the all clients
connected to it . But the data reach
   to the client in delay . Bandwidth delay is not any issue . it
is dedicated 2 mbps line .
   One more important thing I want to tell you when clients are
less ie. 5- 10 then there is no delay
  as client increases delay increases.

On Wed, Mar 20, 2013 at 11:16 PM, Arno Garrels  wrote:

> rajesh gupta wrote:
> > Dear All
> >
> > TWSocket I am using TWSocket as serversocket and sending realtime
> > data to the client on internet on
> >   windows application . but the data on client side is not live .
>
> Ehm, how could it ever be live?
> What is your expection?
>
> --
> Arno
> --
> 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


[twsocket] Ip and mac

2011-03-03 Thread rajesh gupta
Hi,
I have different internet connectivity on my pc i.e. wi-fi, ethernet USB
. I want to know the IP and mac associated with them using ICS
  Thanks
--
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


Re: [twsocket] ClientDisconnect problem

2011-02-12 Thread rajesh gupta
That is the real problem why socket connection is disconnect. automatically

On Sun, Feb 13, 2011 at 12:48 AM, Francois PIETTE  wrote:

>  Server some time shows the following exception
>> not connected (#10057 in Send)
>>
>
> This happen when you try to send something after the client is
> disconnected.
>
>
> --
> 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


Re: [twsocket] ClientDisconnect problem

2011-02-12 Thread rajesh gupta
Server some time shows the following exception

not connected (#10057 in Send)

On Sat, Feb 12, 2011 at 9:23 PM, Francois PIETTE
wrote:

>   I am using the TWSocket component as client and server . Server is
>> sending
>> data regularly @ 3000 bytes/seconds . But client is disconnnect after
>> some time ( 2 or  ,3 or  4 minutes ) frequently . There is no ping break
>> between them .why it is happening.
>>
>
> Assuming you are using TCP...
> Maybe bad network or buggy security product or bug in your software or
> Do you have any error code or exception ?
> Do you know if the client disconnect from server or server disconnect
> client ?
> If you don't know, you may discover it using WireShark, a free network
> sniffer. Using it, you'll find which side is sending the close session
> packet.
>
> Try your software between two PC on the same subnetwork on the same LAN.
>
> --
> 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


[twsocket] ClientDisconnect problem

2011-02-12 Thread rajesh gupta
Hi,

I am using the TWSocket component as client and server . Server is sending
data regularly @ 3000 bytes/seconds . But client is disconnnect after
some time ( 2 or  ,3 or  4 minutes ) frequently . There is no ping break
between them .why it is happening.
--
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


Re: [twsocket] Delay in Socket Communication

2011-02-10 Thread rajesh gupta
I am using Antivirus on the server .can this effect and  delay .

On Thu, Feb 10, 2011 at 3:06 PM, Angus Robertson - Magenta Systems Ltd <
an...@magsys.co.uk> wrote:

> >  I am using TCP
> > My Network Bandwidth is 2 MegaBITS per second (Mbps)
> >   it is  Ethernet
>
> Yes, but ethernet presentation can be very slow, particularly over mobile
> networks or even satellite.  Poor links have long latency and  cause
> packet loss, which means TCP resends packets, which increases delays and
> eventually causes lost connections.
>
> As Francois said, you need to ping the remote computer at the moment the
> problem happens, to determine the latency and packet loss.
>
> Use my threaded ping component, at least 10 or 20 pings, count and
> average the failures and response times.
>
> http://www.magsys.co.uk/download/software/pingthrd.zip
>
> Angus
>
> --
> 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


Re: [twsocket] Delay in Socket Communication

2011-02-10 Thread rajesh gupta
Hi,

 I am using TCP
My Network Bandwidth is 2 MegaBITS per second (Mbps)

  it is  Ethernet



On Thu, Feb 10, 2011 at 1:39 PM, Francois PIETTE
wrote:

> I am using ICS ver5 for communication as server and client (TWSocket),
>> But there is delay in data send by the server to the client .
>>   I am sending the data frequently about 1000 bytes at a time . but I am
>> not getting at client site at that time but there is delay of 2 -
>>  5 seconds on network .
>>  when I sent  50 to 200 bytes at a time I am getting it at right time with
>> delay of 10 -100  miliseconds
>>  At present I have only one client connected to the server . And I set
>> wSocket->BufSize =  3;
>>
>
> Are you using TCP or UDP ? If you use TCP, do not change BufSize.
>
>
> How can I solve this problem . I have network bandwidth of 2MB/s.
>>
>
> MB/s = MegaBytes per second. Or is this MegaBITS per second (Mbps) ?
>
> What is the physical support ? Is it Ethernet ?
> If it is not Ethernet, and you use TCP, it may help to REDUCE BufSize to
> the actual MTU (Maximum Transfer Unit) of the physical network, this will
> help winsock sending packet of that size which is always better.
>
> If you use UDP and you are sending large datagrams, those datagrams are
> split into smaller packets by the IP stack (not ICS) at the sender side and
> then reassembled into the original datagram size at the receiver side. It is
> usually not a good idea to send an UDP datagram larger than the MTU size so
> that datagrams are not split into many packets. Chances to have a bad
> datagram is much higher when it is split into packets. UDP is by definition
> an unreliable protocol. You have to add reliability at the application
> level. Read this http://wiki.overbyte.be/wiki/index.php/FAQ.Difference.
>
> What is the ping time ?
>
> What is the error rate on the network ? Use command line "netstat -e" to
> find out. TCP has automtatic retries so that it transparently offer a
> reliable transport, but with a high error rate, this may becomes slow
> because of retries.
>
> Also if you have a netwrok with different speeds, for example the network
> card in your PC is Gigabit Ethernet or FastEthernet and there is somewhere a
> slow serial link, then depending on the actual hardware, network may become
> very slow because of packet drop because of different speed and lack of
> buffer. TCP has a "window size" to accomodate this behaviour, but if window
> size is larger than buffering in the slowest part of the network, then
> performance are going to be very low because packets are dropped and need to
> be retransmitted.
>
> Please explain your physical network so that I better understand your
> environment.
>
> --
> 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


[twsocket] Delay in Socket Communication

2011-02-09 Thread rajesh gupta
Hi,
 I am using ICS ver5 for communication as server and client (TWSocket),
But there is delay in data send by the server to the client .
I am sending the data frequently about 1000 bytes at a time . but I am
not getting at client site at that time but there is delay of 2 -
   5 seconds on network .
   when I sent  50 to 200 bytes at a time I am getting it at right time with
delay of 10 -100  miliseconds
   At present I have only one client connected to the server . And I set
wSocket->BufSize =  3;
 How can I solve this problem . I have network bandwidth of 2MB/s.
--
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


Re: [twsocket] TWSocket Buffer

2011-02-08 Thread rajesh gupta
Hi,
 Thanks for help , I will definitly switch to latest versions of both c++
builder and ICS with 2- 4 months .
 But presently I need urgent help for compression of data and send to socket
. Actually I have frequently In memory data (buffer)
 that I am continuesly sending to the clients . now I want to compress that
In memory data(buffer)   and than send to client .
In previous post some one tell me that ICS version having this features
using zlib (FTP/web server applicatons). but I could not find the any code
snap in ICS version 6 for compression the buffer . so please help me this
with some code snap or better if I got some sample .because I presetly stick
with ICS ver 5 and my application is working smoother.

Rajesh


On Tue, Feb 8, 2011 at 1:53 PM, Francois PIETTE
wrote:

>  You should upgrade your C++ Builder 6 to C++ Builder XE.
>>>
>>
>   Actually I have currently on my system c++ builder 6 + ICS ver 5 . also
>> having many license of third party component for c++ buider6. Also My lot
>> of
>> project working on that . If I change the version of c++ builder 6 then
>> lot
>> of problem occurs in compiling and linking , upgrading the components . So
>> I
>> want to stick with that version . Thats why I need c++builder 6 + ICS ver
>> 6
>>
>
> I understand. This is a classical situation. One in which no one should
> ever fall into...
> This is not sustainable on the long term. The more you wait to upgrade the
> more difficult it will be to upgrade. And one day, nothing will work
> anymore.
> when using third party components, you should only use/buy components with
> full source code and make sure you are able to rebuild the component (never
> use the prebuilt version, always rebuild everything yourself). This way,
> you'll be able to move forward as new compiler versions are out, even if the
> component editor stop making the components you are using.
>
> Upgrading component from one compiler version to the next is usually very
> easy. The more versions you skip, the more difficult it is to port the code
> to newer version. Here you have 10 years (or so, I don't remember when BCB6
> was released) behind you. It will require some work to upgrade but in my
> opinion you MUST do it, or plan to retire soon...
>
> Regards,
>
> --
> 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


Re: [twsocket] TWSocket Buffer

2011-02-07 Thread rajesh gupta
Hi,
  Actually I have currently on my system c++ builder 6 + ICS ver 5 . also
having many license of third party component for c++ buider6. Also My lot of
project working on that . If I change the version of c++ builder 6 then lot
of problem occurs in compiling and linking , upgrading the components . So I
want to stick with that version . Thats why I need c++builder 6 + ICS ver 6
with demo
Rajesh

On Tue, Feb 8, 2011 at 12:15 PM, Francois PIETTE
wrote:

>   I download the OverbyteIcsV6 but could not found any demo for c++
>> buider6
>>
>
> Not sure why you want ICS-V6. ICS-V7 is current one !
> The oldest C++ Builder version supported is 2006.
> The oldest Delphi version supported is 7.
>
> You should upgrade your C++ Builder 6 to C++ Builder XE. There is a new C++
> Builder Starter Edition which is priced at USD199. See Embarcadero website
> for details. Note: ICS has not been tested with that version but should
> work.
>
>
> --
> 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


Re: [twsocket] TWSocket Buffer

2011-02-07 Thread rajesh gupta
Hi,
   I download the OverbyteIcsV6 but could not found any demo for c++ buider6

Rajesh

On Mon, Feb 7, 2011 at 10:50 PM, Fastream Technologies
wrote:

> You may need to upgrade to v6-7. It's not difficult at all.
>
> SZ
> On Mon, Feb 7, 2011 at 7:18 PM, rajesh gupta  >wrote:
>
> > Hi,
> >
> > I examine both sample but could not find the required code to
> compress
> > the buffer. I am using ICS version 5
> >
> >Rajesh
> >
> > On Mon, Feb 7, 2011 at 6:57 PM, Fastream Technologies <
> ga...@fastream.com
> > >wrote:
> >
> > > As I said you need to examine the web/FTP server component code. It is
> > > possible.
> > >
> > > SZ
> > > On Mon, Feb 7, 2011 at 3:05 PM, rajesh gupta <
> rajeshgupta1...@gmail.com
> > > >wrote:
> > >
> > > > Thanks
> > > >  I want to read buffer from files then compress after that
> send
> > > to
> > > > client . Is that model possible
> > > >
> > > > Rajesh
> > > >
> > > > On Mon, Feb 7, 2011 at 6:07 PM, Angus Robertson - Magenta Systems Ltd
> <
> > > > an...@magsys.co.uk> wrote:
> > > >
> > > > > > Ok Thanks for valuable info . Can you tell me is there any method
> > > > > > in ICS to compress the data and send to socket
> > > > >
> > > > > Both the ICS FTP and HTTP server include options to compress data
> > sent
> > > to
> > > > > clients, but this is done at application layer, not socket layer.
> > > > >
> > > > > You would need to look at the source code and adapt it for your
> > server,
> > > > > it uses ZLIB.  Obviously you need to compress in a way that is
> > > compatible
> > > > > with the client software.
> > > > >
> > > > > Beware compression is CPU intensive, and compressing 1,000 streams
> at
> > > the
> > > > > same time will slow down your server significantly.
> > > > >
> > > > > Angus
> > > > >
> > > > >
> > > > > --
> > > > > 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
> >
> --
> 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


Re: [twsocket] TWSocket Buffer

2011-02-07 Thread rajesh gupta
Hi,

 I examine both sample but could not find the required code to compress
the buffer. I am using ICS version 5

Rajesh

On Mon, Feb 7, 2011 at 6:57 PM, Fastream Technologies wrote:

> As I said you need to examine the web/FTP server component code. It is
> possible.
>
> SZ
> On Mon, Feb 7, 2011 at 3:05 PM, rajesh gupta  >wrote:
>
> > Thanks
> >  I want to read buffer from files then compress after that send
> to
> > client . Is that model possible
> >
> > Rajesh
> >
> > On Mon, Feb 7, 2011 at 6:07 PM, Angus Robertson - Magenta Systems Ltd <
> > an...@magsys.co.uk> wrote:
> >
> > > > Ok Thanks for valuable info . Can you tell me is there any method
> > > > in ICS to compress the data and send to socket
> > >
> > > Both the ICS FTP and HTTP server include options to compress data sent
> to
> > > clients, but this is done at application layer, not socket layer.
> > >
> > > You would need to look at the source code and adapt it for your server,
> > > it uses ZLIB.  Obviously you need to compress in a way that is
> compatible
> > > with the client software.
> > >
> > > Beware compression is CPU intensive, and compressing 1,000 streams at
> the
> > > same time will slow down your server significantly.
> > >
> > > Angus
> > >
> > >
> > > --
> > > 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


Re: [twsocket] TWSocket Buffer

2011-02-07 Thread rajesh gupta
Thanks
  I want to read buffer from files then compress after that send to
client . Is that model possible

Rajesh

On Mon, Feb 7, 2011 at 6:07 PM, Angus Robertson - Magenta Systems Ltd <
an...@magsys.co.uk> wrote:

> > Ok Thanks for valuable info . Can you tell me is there any method
> > in ICS to compress the data and send to socket
>
> Both the ICS FTP and HTTP server include options to compress data sent to
> clients, but this is done at application layer, not socket layer.
>
> You would need to look at the source code and adapt it for your server,
> it uses ZLIB.  Obviously you need to compress in a way that is compatible
> with the client software.
>
> Beware compression is CPU intensive, and compressing 1,000 streams at the
> same time will slow down your server significantly.
>
> Angus
>
>
> --
> 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


Re: [twsocket] TWSocket Buffer

2011-02-07 Thread rajesh gupta
Ok Thanks for valuable info . Can you tell me is there any method in ICS to
compress the data and send to socket
Rajesh

On Mon, Feb 7, 2011 at 5:38 PM, Fastream Technologies wrote:

> If you have 1GB+ RAM, that should be possible.
>
> Regards,
>
> SZ
> On Mon, Feb 7, 2011 at 1:58 PM, rajesh gupta  >wrote:
>
> > 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
> > > > 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
> >
> --
> 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


Re: [twsocket] TWSocket Buffer

2011-02-07 Thread rajesh gupta
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 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  >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
> > 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


Re: [twsocket] TWSocket Buffer

2011-02-07 Thread rajesh gupta
>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
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


[twsocket] TWSocket Buffer

2011-02-07 Thread rajesh gupta
Hi,
   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??. also how many max clients
it can handle in server mode . I have server 2003 with core to quad cpu.

 regards
Rajesh
--
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