Well, not the basic TCP stack but the VPN. My thought was that there
could be window size issue afflicting the connection upon which the VPN
is layered, not the "normal" traffic running over the VPN.

I know people talk about doing things like disabling Nagle to optimize
web servers, but I agree that moving the high vbolume traffic to a LAN
is the right thing to do. In fact, that's an approach I've been
advocating on my current project, too.

--- Cable One <[EMAIL PROTECTED]> wrote:
> Bhaskar's suggestion will solve the problem nicely. Moves all of the
> time
> critical traffic to the lan and uses the wan for replication of the
> data to
> another site. It does involve the costs associated with another
> server,  but
> that is really low these days.
> 
> Using UDP for a VPN does not really solve the problem, it just moves
> the
> problems of data integrity / verification up to the application level
> where
> the programmer may or may not do as good a job as the TCP stack.
> 
> Best regards,
> 
> Donald R. Donigan
> donigan technology, LLC dba
> Desert CODE Works
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
> 
> 
> -- 
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.11.8 - Release Date: 5/10/2005
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
> _______________________________________________
> Hardhats-members mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
> 

A practical man is a man who practices the errors of his forefathers. 
--Benjamin Disraeli
====
Greg Woodhouse 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 





-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
Hardhats-members mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to