what is 'open-proto? (DocKimbel's MySql)
[1/4] from: tim:johnsons-web at: 8-Apr-2002 8:51
Hello All:
I am looking DocKimbel's MySql protocols. can't traceback
'open-proto and don't get any feed back from rebol on it
>> ? open-proto
No information on open-proto (word has no value)
>> source open-proto
open-proto: undefined
Where is info on this 'word ?
TIA
--
Tim Johnson <[tim--johnsons-web--com]>
http://www.alaska-internet-solutions.com
http://www.johnsons-web.com
[2/4] from: petr::krenzelok::trz::cz at: 8-Apr-2002 20:29
Tim Johnson wrote:
>Hello All:
> I am looking DocKimbel's MySql protocols. can't traceback
<<quoted lines omitted: 5>>
> Where is info on this 'word ?
> TIA
print mold root-protocol
You should also look at rebolforces article to see how custom protocol
handlers can be created. Watch out for Rebol 3.0 though, where protocols
will be async. I don't know though, how it will affect current API, e.g.
above mentioned root-protocol. Holger should know though :-)
-pekr-
[3/4] from: dockimbel:free at: 8-Apr-2002 20:27
Hi Tim,
It's defined in Root-protocol object :
>> help Root-Protocol/open-proto
USAGE:
OPEN-PROTO port /locals sub-port data in-bypass find-bypass bp
DESCRIPTION:
Open the socket connection and confirm server response.
OPEN-PROTO is a function value.
ARGUMENTS:
port -- Initalized port spec (Type: any)
REFINEMENTS:
/locals
sub-port -- (Type: any)
data -- (Type: any)
in-bypass -- (Type: any)
find-bypass -- (Type: any)
bp -- (Type: any)
HTH,
-DocKimbel
Tim Johnson wrote:
[4/4] from: tim::johnsons-web::com at: 8-Apr-2002 11:34
Re: what is 'open-proto? (DocKimbel's MySql)/thanks
* Petr Krenzelok <[petr--krenzelok--trz--cz]> [020408 10:56]:
> Tim Johnson wrote:
> >Hello All:
<<quoted lines omitted: 8>>
> > TIA
> >
thank you pekr!
-tj-
> print mold root-protocol
> You should also look at rebolforces article to see how custom protocol
<<quoted lines omitted: 6>>
> [rebol-request--rebol--com] with "unsubscribe" in the
> subject, without the quotes.
--
Tim Johnson <[tim--johnsons-web--com]>
http://www.alaska-internet-solutions.com
http://www.johnsons-web.com
Notes
- Quoted lines have been omitted from some messages.
View the message alone to see the lines that have been omitted