Re: Question about Euphoria capabilities

new topic     » goto parent     » topic index » view thread      » older message » newer message

Maybe a other way of thinking is , how it is done in Peu
You have a 'open' statement . Why not use that for opening something like
i=open("connections.name.d",mode)
Where mode = s for server , a for accept , c for client .
After that you do something like printf(i,......) or gets(i) .

That how they write client/server . And implemeted CGI for website's

Gr Menno .

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu