Few question about threading
1. is there a way i could check if an existing thread is still running?
2. how could i check if there is still active thread before i close the application?
3. How to stop a specific thread from running? I stored the thread id so i could reference it when i need...
hi i've created a multithreaded application. Now my problem is how could i close or abort a specific thread?
I have a variable the holds the thread id and i use this "System.AppDomain.GetCurrentThreadId" to get the current id and store it to a variable.
hope someone could help me.
yeah you're partially correct but client can still be connected even if it is not sending any data to the listener. is there other way of knowing if client is still connected or not?
hi could anyone help me on this one. I already created a server application (listener) and a client application. my problem right now is how could the listener allow a multiple client connecting to it simultaneously?
I know the beginaccept. beginreceive, beginsend are the methods i should...
hi people,
Is it possible not to assign value to any paramenter/method signatures on a function?
I have some ex. here.
public function Test ( byval a as string, byval b as string, byval c as string)
dim z,x,y as string
z = a
x = b
z = c
end funcion
Can i use the function test without...
hi anyone has an idea how to create a dataset like structure?
for example
Dataset (this is what the object should look like)
----Tables
------Rows
--------Columns
so i could use this :
for each table (item) in dataset (object)
next
I want to create an object similar to the structure...
hi im creating a client and server application that communicates with each other. Im just wondering why i cant read the data send from the client to my server (listener)application?
HEre is my code
Client:
Dim s As Socket
Dim SendData As String = "Sending this from client application."...
hope someone could explain to me idea behind the concept of client/server application.
ex.
Client sends several files to the listener application on the server one by one and waits for the response from the server before it sends the next file.
Server application will process each file from...
im getting confuse with these articles about .net remoting, network programming, windows services and internet protocols... could any one tell me the difference of each method from one another:
- TcpClient.connect and Socket.connect and webrequest.create
- webrequest/webresponse and...
hi... one more question. if i will send/receive data using the internet,will i still use TCP connection or something else? is TCPClient for intranet only? how about socket, is it for internet connection only?
Thanks in advance!!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.