3 messages in com.mysql.lists.perlremote access
FromSent OnAttachments
Ahmed K Bayyari28 Jan 2000 10:28 
Andreas Gietl28 Jan 2000 12:34 
Jochen Wiedmann29 Jan 2000 02:44 
Subject:remote access
From:Ahmed K Bayyari (abay@yahoo.com)
Date:01/28/2000 10:28:33 AM
List:com.mysql.lists.perl

Hi all, i'm trying to write a client/server application in which the clinet sends some information to the server, and then the server returns more info after processing the clinet's request.

The server has mysql installed with JDBC and also the DBD/DBI modules and is running on a solaris platform. I was thinking about writing a socket to handle the communications between the clinet and the server, or use RMI methods to handle the communications. What would you guys recommend? Plus, would it be better (and easier :) ) to implement it using java, or is it easier in perl?

I would greatly appreciate your help if you can send me the addresses of some good websites about this topic, and any sample code would be extremely helpful since i never wrote a socket or RMI program before :)

Thanks.

Ahmed