473,385 Members | 2,013 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Server Ports

Hello,

I am wondering if VC.NET has any built in support
Server appliactions. I need a package to open a port,
connect to a port, etc, but I'm not sure it that is
delivered built in, or if I need to purchase an outside
package.

If it's built in, any directional help as in a sample,
etc, would prove to be very useful. Otherwise, maybe the
industry standard package name or somethign along those
lines would be really useful. (I think that falls under
winsock, but I'm not sure if that's standard or not)

Thank You,

Filip
Nov 17 '05 #1
2 1264
Filip wrote:
I am wondering if VC.NET has any built in support
Server appliactions. I need a package to open a port,
connect to a port, etc, but I'm not sure it that is
delivered built in, or if I need to purchase an outside
package.


VC.NET is ONLY a IDE with C++ compiler.

If you want to make an app, you should know the platform you are
targeting (for example: Windows, Linux).

If you have the target, then you can choose the "environment" (for
example ANSI-C, bsd-sockets, Win32-API)

If you develop for windows, then you can either use the sockets-
Interface (more portable) or the "native" Winsock-API.
For more info see:
socket, accept, connect, recv, send, a.s.o.

WSAStartup, WSASend, WSARecv, WSASocket, WSAConnect, a.s.o.

--
Greetings
Jochen

Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp
Nov 17 '05 #2
Filip <an*******@discussions.microsoft.com> wrote in message
news:06****************************@phx.gbl...
I am wondering if VC.NET has any built in support
Server appliactions. I need a package to open a port,
connect to a port, etc, but I'm not sure it that is
delivered built in, or if I need to purchase an outside
package.


IMO, The problem with questions like this and your previous question on
threading is that any newsgroup response is likely to be too little
information for someone unfamiliar with the answer and and too much for
others. :-(

This article takes a stab at explaining the most performant way to build
servers that scale. (I don't mainatin it is the best on the net, it's just
that google returned it near the top of my query result)

http://www.codeproject.com/internet/iocp.asp

But the I/O completion port technique it uses is an advanced topic. And as
for networked applications with WinSock, books can be (and have been)
written on the topic.

Regards,
Will

Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Ann | last post by:
Hi I have a question regarding the SQL Server(SQL Server 7) port 1433. Some body is trying to hack into our Windows 2000 server through port 1433. Is there a way i can close this port? I tried...
1
by: jiing | last post by:
Now let me describe what I have done and my purpose: Originally, I want to user ports to install phpBB But I found that phpBB doesn't support mysql 5.x (but the ports installed mySQL 5.0.0...
5
by: pb648174 | last post by:
If I am doing an Index Server query from SQL, such as: SELECT Q.* FROM OPENQUERY(FTIndexPM, ''SELECT path, characterization, rank, hitcount FROM SCOPE('DEEP TRAVERSAL OF ..... can anyone tell...
28
by: (Pete Cresswell) | last post by:
I'd like to dabble in Terminal Server enough to see if I can get some of my MS Access apps to run through it. I've got the MSDN subscription. Is there enough there for a real-world...
2
by: karl | last post by:
I have a windows service that kicks off a 'monitor' thread which in turn kicks off 4 additional threads. These 4 threads basically are listen on a designated socket and report back any errors...
0
by: Maciek | last post by:
Hi When I set Session state mode to StateServer (IIS 6.0; windows2003; .NET 2.0) in my application, I have recived this message:...
5
by: OJ | last post by:
Hi, I am at a loss here, I have a c# asp.net website which connects to a remote SQL Server 2000 db via a connection string. If I set the website up in the filesystem and use the inbuilt cassini...
9
by: Cathy | last post by:
I am using a System.Data.SqlClient.SqlConnection to connect to a SQL Server 2005 database. I instantiate the SqlConnection with a connection string... SqlConnection sqlConn = new...
2
by: jhf | last post by:
Hi, I have developed some VB software that enables a pocket pc under Windows Mobile 2003 OS to communicate with an MS SQL Server 2005 Express database on a PC under XP, using...
1
by: DR | last post by:
What ports do i need to unblock on client and server (running msvsmon.exe) to debug remotely from my client box with visual studio 2005 pro? When I attach to remote process a connection shows up...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.