Re: thousands of request in one port per second



Praki wrote:

Hi All,

I chose this group because my implementation going to be in c and also
most of the language which intern uses C to work regarding the socket
programing. So i want to develop my application in C language and
Linux Platform.I cannot change the Protocol because it UDP based SNMP
Protocol.i have respone like a device in SNMP protocol so i cannot
change the protocol. If i act like a thousand device there many be
thousand request to the server at a time.if i ack like a 2000 device
there will be 2000 request at a time. so i want to handle all the
request in UDP protocol. if the server takes long time then client
will go off saying time out. this is my problem.

If your stated your problem, we wouldn't have wasted time with
inappropriate answers.

You have to either limit the number of devices, stagger the polling or
use a faster server.

That's about as far (and probably further) as we can go here. This
group is for C language questions, best send follow-ups to
comp.unix.programmer or a linux group, where questions like this are
topical.

--
Ian Collins
.



Relevant Pages

  • Re: DNS response record format?
    ... What language am I using? ... In my research I discovered the DNS RobinRobin flag that I made ... > into sections and parse the request out of it. ... >> server that is used to resolve just a few special names in our domain. ...
    (microsoft.public.windows.server.dns)
  • Re: thousands of request in one port per second
    ... Linux Platform.I cannot change the Protocol because it UDP based SNMP ... thousand request to the server at a time.if i ack like a 2000 device ... there will be 2000 request at a time. ... If you haven't already done so check man pages for socket, recv, ...
    (comp.lang.c)
  • Re: thousands of request in one port per second
    ... also most of the language which intern uses C to work regarding ... language and Linux Platform.I cannot change the Protocol because ... protocol so i cannot change the protocol. ... i ack like a 2000 device there will be 2000 request at a time. ...
    (comp.lang.c)
  • Re: thousands of request in one port per second
    ... most of the language which intern uses C to work regarding the socket ... Linux Platform.I cannot change the Protocol because it UDP based SNMP ... thousand request to the server at a time.if i ack like a 2000 device ...
    (comp.lang.c)
  • Re: thousands of request in one port per second
    ... most of the language which intern uses C to work regarding the socket ... Linux Platform.I cannot change the Protocol because it UDP based SNMP ... thousand request to the server at a time.if i ack like a 2000 device ...
    (comp.lang.c)

Loading