* Re: FWD: 3 NIC cards problem
@ 2001-03-28 23:55 Lee Chin
0 siblings, 0 replies; only message in thread
From: Lee Chin @ 2001-03-28 23:55 UTC (permalink / raw)
To: William T Wilson; +Cc: linux-kernel
Hi,
Thanks!!! That worked. Now I have one more problem... I am using non
blcking sockets (set via fcntl).
And I am using select (with a 20 second timeout) to see when data is
available on the socket. I have 600 clients hitting my web server.
Quite frequently, what happens is that some of the sockets that I am waiting
on in the select (read or write) just dont have any activity in them for
more than 20 seconds or so.... its like the client never sent any data over
or is still waiting to connect.
What could I be doing wrong (what are the common mistakes?)
Thanks
Lee
------Original Message------
From: William T Wilson <fluffy@snurgle.org>
To: Lee Chin <leechin@mail.com>
Sent: March 28, 2001 9:58:35 PM GMT
Subject: Re: FWD: 3 NIC cards problem
On Wed, 28 Mar 2001, Lee Chin wrote:
> I have a program listening for socket connections on 192.168.1.1, port 80.
>
> What I want to do is have incomming connection requets for IP 192.168.2.1
> and 192.168.3.1 on port 80 also be handled by my server running on
> 192.168.1.1:80
>
> How do I do this in Linux?
If you use INADDR_ANY in your sockaddr struct that you pass to bind,
instead of your IP address, it should listen on all network interfaces.
______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-03-28 23:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-28 23:55 FWD: 3 NIC cards problem Lee Chin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox