I'm trying to get an entity from a freebsd (5.4) machine (mozart 1.3.0)
Sometimes I can get it , some others I get
%*********************** Error: connections *********************
%**
%** connection(ticketTakeTimeOut 'x-ozticket://62.149.228.132:9000:aoTAly:Wvs/y:w:w:m:3QYxNy')
%**
%** Call Stack:
%** procedure 'TakeWithTimer' in file "./dp/Connection.oz", line 237, column 3, PC = 139510028
%**--------------------------------------------------------------
Also I notice , after a day it becomes only the second one( the error)

%%%%% The server is
functor
import Connection Pickle
define
  P S T {NewPort S P}
  {Connection.offerUnlimited service(stream:S port:P) T}
  {Pickle.save T testservice}
end
%%%%%%%The client
functor
import System Pickle Connection Application
define
{System.print {Connection.take {Pickle.load 'ftp://www.tinvention.net/service'}}}
  {Application.exit 0}
end

The same happens if I run the client locally on the server.

I guess there is nothing wrong in this code.The server socket (from nestat) is not busy at all .
No clue.
Is freebsd well supported ?
Where the problem is to be looked for ?

Thanks
Paolino

        

        
                
___________________________________ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB http://mail.yahoo.it


_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to