Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / May 2004

Tip: Looking for answers? Try searching our database.

IPC / Named pipes

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jason Short - 21 May 2004 20:57 GMT
This is from the Stream help...  Where is the IPC Pipe?  I cannot find anything on this.  Using sockets is TERRIBLE for this sort of thing.  We have an app that keeps running out of socket handles because they are in the TIME_WAIT.  Why doesn't the framework recycle those?  FreeBSD and other Unix's will force recycle TIME_WAIT's when the system gets under load and runs out.  This seems like a really easy way for someone to DOS attack a windows box.

FROM THE HELP:

Stream is the abstract base class of all streams. A stream is an abstraction of a sequence of bytes, such as a file, an input/output device, an inter-process communication pipe, or a TCP/IP socket. The Stream class and its derived classes provide a generic view of these different types of input and output, isolating the programmer from the specific details of the operating system and the underlying devices.
Dmitriy Lapshin [C# / .NET MVP] - 24 May 2004 11:36 GMT
Jason,

It might be that the .NET Framework BCL misses the implementation of the
Stream class for named pipes. I think there should be a number of such
implementations on the Web - I once even have had to implement working with
named pipes from .NET myself.

This is from the Stream help...  Where is the IPC Pipe?  I cannot find
anything on this.  Using sockets is TERRIBLE for this sort of thing.  We
have an app that keeps running out of socket handles because they are in the
TIME_WAIT.  Why doesn't the framework recycle those?  FreeBSD and other
Unix's will force recycle TIME_WAIT's when the system gets under load and
runs out.  This seems like a really easy way for someone to DOS attack a
windows box.
FROM THE HELP:
Stream is the abstract base class of all streams. A stream is an abstraction
of a sequence of bytes, such as a file, an input/output device, an
inter-process communication pipe, or a TCP/IP socket. The Stream class and
its derived classes provide a generic view of these different types of input
and output, isolating the programmer from the specific details of the
operating system and the underlying devices.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.