This is a discussion on Many Hosts via few Modems within the Linux Networking forums, part of the Linux Forums category; Hi world, i try to get data from several stations via modem. Of cause there are more stations than modems. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi world,
i try to get data from several stations via modem. Of cause there are more stations than modems. A problem occurs if more request are made that modems available. Is there a daemon that can handle several modems ? any ideas ? walter -- |
|
|||
|
On 2004-01-14, Walter Harms <Walter.Harms@Informatik.Uni-Oldenburg.DE> wrote:
> i try to get data from several stations via modem. Of cause > there are more stations than modems. A problem occurs if more > request are made that modems available. Is there a daemon > that can handle several modems ? any ideas ? If the data is transferred periodically in batches, uucp is ideal. If it's more "live", then I don't know... -- Grant Edwards grante Yow! My nose feels like a at bad Ronald Reagan movie... visi.com |
|
|||
|
Grant Edwards <grante@visi.com> writes:
>On 2004-01-14, Walter Harms <Walter.Harms@Informatik.Uni-Oldenburg.DE> wrote: >> i try to get data from several stations via modem. Of cause >> there are more stations than modems. A problem occurs if more >> request are made that modems available. Is there a daemon >> that can handle several modems ? any ideas ? >If the data is transferred periodically in batches, uucp is >ideal. If it's more "live", then I don't know... UUCP would be the last resort because i need IP based services. I have experimented with diald, looks promissing i hope he can do it. walter -- |
|
|||
|
On 2004-01-15, Walter Harms <Walter.Harms@Informatik.Uni-Oldenburg.DE> wrote:
> Grant Edwards <grante@visi.com> writes: > >>On 2004-01-14, Walter Harms <Walter.Harms@Informatik.Uni-Oldenburg.DE> wrote: > >>> i try to get data from several stations via modem. Of cause >>> there are more stations than modems. A problem occurs if more >>> request are made that modems available. Is there a daemon >>> that can handle several modems ? any ideas ? > >>If the data is transferred periodically in batches, uucp is >>ideal. If it's more "live", then I don't know... > > UUCP would be the last resort because i need IP based services. Oh, I missed that part of the spec. ;) > I have experimented with diald, looks promissing i hope he can > do it. So you want to use a pool of modems to do demand-dialing of PPP connections? -- Grant Edwards grante Yow! It's OKAY --- I'm an at INTELLECTUAL, too. visi.com |
|
|||
|
Walter Harms wrote:
>>>i try to get data from several stations via modem. Of cause >>>there are more stations than modems. A problem occurs if more >>>request are made that modems available. Is there a daemon >>>that can handle several modems ? any ideas ? > > >>If the data is transferred periodically in batches, uucp is >>ideal. If it's more "live", then I don't know... > > > UUCP would be the last resort because i need IP based services. I have > experimented with diald, looks promissing i hope he can do it. What direction does the connection go? - Do those stations dial into Your server, or do You want to dial them? In the former case, why not get Your server online via Your local ISP (for a specified time, perhaps, so that the remote stations then use that time frame) and have the stations connect to it via their respective local ISPs. You need to tell them Your IP, though, which You can do with one of those dyn-dns providers or upload it to one web site which the clients will wget. In the latter case above, You could use the modem to only signal them that You want a connection, and in turn those remote stations will connect via their ISP. For this they won't even have to pick that call up - if they see that it comes from Your server, they can reject the call and dial-up automatically. One advantage of this is that You actually save costs, especially if those stations are spread over a wide area. Two calls to Your local ISP are often less expensive than one "regular" dial-up line. Cheers, Jack. -- ---------------------------------------------------------------------- My personal reading of the string "MicroSoft" expands to "NanoWeak"... |
|
|||
|
Grant Edwards <grante@visi.com> wrote:
> If the data is transferred periodically in batches, uucp is > ideal. If it's more "live", then I don't know... Wow. I remember uucp. Last used it about 8 years ago. Do people really still use it for data transfer these days? Chris |