Re: Socket connection between Java and C possible?



On 29 Apr 2006 03:11:16 -0700, Ben wrote:
Just wondering if anyone knows if it is possible to create a socket
connection between a C program and a Java program.

What happened when you tried?

TCP sockets are independent of any programming language. How well do
you think the internet would work if that weren't the case?

/gordon

--
[ do not email me copies of your followups ]
g o r d o n + n e w s @ b a l d e r 1 3 . s e
.



Relevant Pages

  • Re: JAVA and PHP
    ... requests to a server running PHP ... and return some parsable data to the Java program. ... I see nothing there that would exclude PHP from being a "programming language". ... you would probably have to say that "scripting languages" are ...
    (comp.lang.java.programmer)
  • Re: Question on SSH hang on exit when running Java background process
    ... My problem is that my SSH client hang on "exit" if I run a java program ... it seems that the SSH connection is still alive and ...
    (SSH)
  • mysql-connector-java-5.0.4-bin-g.jar not connecting
    ... the java program I get "Cannot instantiate jdbc driver". ... Mysql is definitely working because I can access it from Apache Webserver ... System.out.println ("Database connection established"); ...
    (comp.lang.java.databases)
  • Transaction locks the database using SQL Express
    ... programming language. ... My application consists of one ADO Connection, ... secondary thread which does the following: ... Starts a transaction against conn2 ...
    (microsoft.public.data.ado)
  • nio multi thread client performance
    ... I've a java program to manage servers by tcp/ip. ... There is a thread per connection. ... I used nio and non-blocking mode ...
    (comp.lang.java.programmer)

Loading