Search results

  1. J

    replace named pipes by socket

    Hi , Current situation: I have a java program writing into a named pipe an xml document. This information is read by a 4 GL program. New possible situation I am thinking about replacing named pipes by socket 4gl program. Will this increase the performance ? (I think it should because I...
  2. J

    socket listener

    Hi , If I write in program in Progress 4GL that is a socket listener , can this program handle different connection at the same time ( on a unix AIX box ), have I something special to write in my 4GL program or is this complexity hidden tx jean-paul
  3. J

    call stored proc from 4GL possible and 4GL from stored proc

    Hi , Is it possible to call , execute , run 4GL code from within a stored proc If the answer if not yes : I call a stored procedure on an SQL server server from within a servlet, I have business logic in 4GL doing the same, I want to be able to call it from within the same servlet...
Top