I have a client-server application.
On the server I have a socket that listening. The accept function is shown here:
void CListeningSocket::OnAccept(int nErrorCode)
{
// create a new socket an...
http://www.experts-exchange.com/Networking/Windows_Networking/NT/Q_11029421.html
In Solaris 2.5, I'm running an Oracle web listener.
If a client somewhere is using it, I want to be able
to forcefully terminate use of the socket, free the
socket, and restart the listener.
I can...
http://www.experts-exchange.com/Networking/Unix_Networking/Q_10083635.html
Hi All,
i have one question in ASP.NET i have one form in that there is 3 textbox and one execute button. in all textbox there is ontextchange event is set so on lostfocus of the all text box th...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21287227.html
I need code that will forcefully kill a process (TerminateProcess) based upon the image name i.e I say IEXPLORE.EXE and the program kills the first occurence of that image.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10259330.html
Zones:
Visual BasicDate Answered: 01/26/2000 Grade: A Views: 0
I am interested in Internet programming and i was experimenting with communicating via the Winsock Controlin VB. I developed 2 VB projects(client and server) where i am trying to send a test messag...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20078260.html
I am developing the client server application in which i used winsock ctrl with TCP Connection.
i 've following code segment for connection
Private Sub Command1_Click()
ws.Close
ws.L...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20546071.html
Hi,
I am working on a ActiveX DLL project which utilize WinSock. This DLL is accessed through asp. The problem is that if the Winsock connect operation is not successfull its showing a server side...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20578168.html
Hello OracleDBAs,
Iam trying to drop an index defined on a table.It gives me the following error.
"ORA-00054: resource busy and acquire with NOWAIT specified"
Is there any way I can drop the ind...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21094649.html
Zones:
DatabasesDate Answered: 08/16/2004 Grade: B Views: 4
I have a piece of code which sends messages to an ethernet-to-serial device periodically.
It works a treat most of the time but every so often, it bombs out with an error - the Description of th...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_21327308....
Zones:
VB ControlsDate Answered: 02/24/2005 Grade: A Views: 0
Hello Madam/Sir.
I am the Network Administrator and we have a domain for the students.Whenever i made a policy i want to forcefully logoff the system of the students through Active Directory so t...
http://www.experts-exchange.com/Security/Operating_Systems_Security/Windows/Q_21554461.htm...