Re: Cannot run exe from asp.net Programming Web Development by gediminas.bukauskas.7 Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets. Re: Cannot run exe from asp.net Programming Web Development by lennyli … and listen for some commands coming from server over WEB sockets. Sure, I understand, but for my above new program it… Re: How old is your computer? Hardware and Software by SCBWV MANY years ago I had a Dell Precision Workstation with two CPU sockets and (I believe) the Xeon processor, and error correcting memory. I had a SCSI hard drive, which was very fast for the time. Love the machine, but not close to what is available today performance-wise. Sockets Help Programming Software Development by Tyreses Hello, i'm just starting to learn the very basic's of c++ but what i need is either a link or someone with alot of patience for c++ sockets, i'm planning on making a direct connection message encrypted chat program, but i can't find any eliable easy to use sites for c++ sockets. Any help is greatly apreciated. Re: Sockets Help Programming Software Development by Narue [url=http://www.ecst.csuchico.edu/~beej/guide/net/]Clickie here for the best free tutorial on sockets[/url]. And please don't come back here bitching that it's not C++. The concepts are identical, and free stuff is never exactly what you want. Sockets Programming Software Development by null_guy … to develop a client/server application! i'm new with sockets, so i'm trying to learn from existing source codes… Sockets Programming Software Development by tondeuse34 Hi guys, i'm new to sockets and find it pretty fun. But i got a question, … Re: Sockets Programming Software Development by tondeuse34 well first off, it's suspose to be a TCP/IP Socket. So thats my mistake on my part if when i created two different types of sockets. and it's a server. Thanks Sockets help! Programming Software Development by battlex2010 I am making a networking application using sockets for a local area network. How can i make the client side of the application search the network for the server socket? Right now i am getting the input from the user itself about the IP address and Port of the server. Re: Sockets help! Programming Software Development by DavidKroukamp [QUOTE=battlex2010;1736793]I am making a networking application using sockets for a local area network. How can i make the … Sockets and relaying messages Programming Software Development by sirlink99 …io.*; import java.net.*; import java.nio.*; public class Sockets { Socket sock; public Sockets (){ InetAddress ip; try { ip = InetAddress.getByName (&… e.printStackTrace(); } } public static void main (String [] args){ Sockets s = new Sockets (); } } [/CODE] Thanks for any help. Re: Sockets and relaying messages Programming Software Development by sirlink99 ….io.*; import java.net.*; import java.nio.*; public class Sockets { Socket sock; public Sockets (){ InetAddress ip; try { System.out.println ("C… catch block e.printStackTrace(); } } public static void main (String [] args){ Sockets s = new Sockets (); } } [/CODE] Re: Sockets and relaying messages Programming Software Development by NormR1 …() { ServerSockets ss = new ServerSockets (); } }); t.start(); Sockets s = new Sockets (); } static class ServerSockets { ServerSocket servSock; Socket sock; public ….net.*; import java.nio.*; */ static class Sockets { Socket sock; public Sockets (){ System.out.println("Client starting"… Re: Sockets and relaying messages Programming Software Development by NormR1 … Runnable() { public void run() { ServerSockets ss = new ServerSockets (); } }); t.start(); Sockets s = new Sockets (); } //end main() [/CODE] Re: Sockets and relaying messages Programming Software Development by sirlink99 … Runnable() { public void run() { ServerSockets ss = new ServerSockets (); } }); t.start(); Sockets s = new Sockets(); } } [/CODE] which runs my previous codes Sockets: Cannot do two things at once Programming Software Development by ilikerps Hello, I am having a problem with sockets. Not the sockets themselves, exactly, but more of the recieving and accepting of … sorry if this problem is stupid; I don't know sockets very well. Also, the above possible solutions may all be… Re: Sockets and relaying messages Programming Software Development by sirlink99 …=5555] Connection from : /192.168.0.100 [/CODE] output for Sockets [CODE] Server: Hello [/CODE] Re: Sockets are retain even after closing them? Programming Software Development by ~s.o.s~ …the teardown time? Don't use `jmap` for finding open sockets in your system; use an OS specific utility like [netstat…open-ports-owner.html) or something else to find open sockets for a given process. Run the command when your … Because the answer might have a strong correlation with the sockets hanging around. Also, I don't know whether things are… Sockets, Ping, and Buffers? Programming Software Development by lxXTaCoXxl … there are a few things that still confuse me. With sockets it "appears" as though I have the ability… links on what the buffer is when it comes to Sockets and Ping. All help is greatly thanked and I will… Re: Sockets, Ping, and Buffers? Programming Software Development by lxXTaCoXxl … reference. The buffer question is more of for usage with sockets. I'm trying to figure out how to send text… Re: Sockets, Ping, and Buffers? Programming Software Development by sknake … requirements I would recommend using TCP. You can use raw sockets to send/receive data but you would be re-inventing… Sockets fundamentals Programming Software Development by freesoft_2000 …, I have a problem with the fundamentals wit serversockets and sockets in java. In the constructor of the java socket as… Re: Sockets fundamentals Programming Software Development by cosi …, I have a problem with the fundamentals wit serversockets and sockets in java. In the constructor of the java socket as… Sockets makes CPU overflow Programming Software Development by YoavX Hello, i've tried to use Windows sockets not in my LAN and i've noticed that every … Sockets and Vista Programming Software Development by YoavX … either. What should i do to gain access to windows sockets on Vista and Windows 7. Works fine on XP sockets c++ Programming Software Development by glenc70 ok i can easily make a server and client sockets in python because of the very easy library it comes with but is there a easy library as easy for c++ as the library that c++ comes with seems very confusing to me thanks in advance Re: sockets c++ Programming Software Development by daviddoria Here is an example: [url]http://programmingexamples.net/index.php?title=CPP/Sockets[/url] Re: sockets c++ Programming Software Development by SgtMe [url]http://www.alhem.net/Sockets/tutorial/[/url] sockets question Programming Software Development by vbx_wx I have a sockets projects using tcp/ip and it is structured like this: [… Re: sockets question Programming Software Development by james.newell … write those applications too. Your proxy would then contain two sockets. A client socket to connect to the web server and…