Click here to Skip to main content
15,915,789 members
Home / Discussions / C#
   

C#

 
GeneralRe: Modems and applications Pin
Heath Stewart18-May-04 10:20
protectorHeath Stewart18-May-04 10:20 
GeneralRe: Modems and applications Pin
bouli18-May-04 10:25
bouli18-May-04 10:25 
GeneralRe: Modems and applications Pin
Dave Kreskowiak18-May-04 12:23
mveDave Kreskowiak18-May-04 12:23 
GeneralRe: Modems and applications Pin
Dave Kreskowiak18-May-04 9:54
mveDave Kreskowiak18-May-04 9:54 
GeneralRe: Modems and applications Pin
bouli18-May-04 9:56
bouli18-May-04 9:56 
GeneralRe: Modems and applications Pin
Dave Kreskowiak18-May-04 10:30
mveDave Kreskowiak18-May-04 10:30 
GeneralRe: Modems and applications Pin
Judah Gabriel Himango18-May-04 9:58
sponsorJudah Gabriel Himango18-May-04 9:58 
GeneralRe: Modems and applications Pin
Tom Larsen18-May-04 10:25
Tom Larsen18-May-04 10:25 
To do this by applicaiton, the application has to be "aware" of the different network interfaces. As is applications like IE and MSN Messenger frankly don't know and don't care as long as the routing can contact the servers it seeks to query. For some applications, mostly server programs like IIS, this makes sense since they "bind" to specific interfaces so they provide tools to handle this. For client software this is behavior is almost meaningless.

I would say its nearly impossible to manipulate the routing to be application aware (I don't want to say it is impossible but it should be darn near impossible since it would be easy to write malicous software if you could just hijack traffic out of process). There is probably a way but it involves some serious win32 mojo to recognize what application is opening what socket and then altering the communication path accordingly.

I believe this is a case where someone is trying to solve something with software but ignoring the obvious (and distrubingly easy) hardware solution: take a modem off of the machine and place it on another and run your applications as applicable.
GeneralRe: Modems and applications Pin
bouli18-May-04 10:28
bouli18-May-04 10:28 
GeneralRe: Modems and applications Pin
Tom Larsen18-May-04 10:33
Tom Larsen18-May-04 10:33 
GeneralRe: Modems and applications Pin
Dave Kreskowiak18-May-04 10:33
mveDave Kreskowiak18-May-04 10:33 
GeneralRe: Modems and applications Pin
bouli18-May-04 10:38
bouli18-May-04 10:38 
GeneralMachines IP Address Pin
Dylan van Heerden18-May-04 8:21
Dylan van Heerden18-May-04 8:21 
GeneralRe: Machines IP Address Pin
Heath Stewart18-May-04 9:35
protectorHeath Stewart18-May-04 9:35 
GeneralRe: Machines IP Address Pin
Dylan van Heerden19-May-04 8:39
Dylan van Heerden19-May-04 8:39 
GeneralNetwork Bandwidth and Load Balancing Pin
bouli18-May-04 8:08
bouli18-May-04 8:08 
GeneralRe: Network Bandwidth and Load Balancing Pin
leppie18-May-04 9:04
leppie18-May-04 9:04 
GeneralPopulating a combobox with a listview Pin
mikeyb2518-May-04 7:30
mikeyb2518-May-04 7:30 
GeneralRe: Populating a combobox with a listview Pin
JockerSoft18-May-04 7:51
JockerSoft18-May-04 7:51 
QuestionHow do you format your code? [edit] fixed a bit [/edit] Pin
Adam °Wimsatt18-May-04 7:03
Adam °Wimsatt18-May-04 7:03 
AnswerRe: How do you format your code? [edit] fixed a bit [/edit] Pin
leppie18-May-04 7:07
leppie18-May-04 7:07 
GeneralRe: How do you format your code? [edit] fixed a bit [/edit] Pin
Adam °Wimsatt18-May-04 7:14
Adam °Wimsatt18-May-04 7:14 
GeneralRe: How do you format your code? [edit] fixed a bit [/edit] Pin
leppie18-May-04 8:55
leppie18-May-04 8:55 
GeneralRe: How do you format your code? [edit] fixed a bit [/edit] Pin
Adam °Wimsatt18-May-04 9:11
Adam °Wimsatt18-May-04 9:11 
GeneralRe: How do you format your code? [edit] fixed a bit [/edit] Pin
leppie18-May-04 9:28
leppie18-May-04 9:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.