hi
what is the maximum length of a symbol? from what is it depending? is it changeable? i made 2patches with netclient/netserver(motex): in the first patch 40 characters are transmitted. in the second only 25.
cheers
roman
Roman Haefeli wrote:
hi
what is the maximum length of a symbol? from what is it depending? is it changeable? i made 2patches with netclient/netserver(motex): in the first patch 40 characters are transmitted. in the second only 25.
netserver and netclient (like netreceive) each use a receive buffer that is 4096 characters long. This should only affect the total length of a list but not the length of a single symbol. I can't find anything in the code that is likely to reduce the size of a symbol. Does the same happen when you use netsend / netreceive or even send / receive?
Olaf
what i found out (have a look at the attachment):
to send symbols from [netclient] to [netserver] works fine. the other way around, from [netserver] to [netclient], works until a symbol-lenght of 32 characters. longer symbols are splitted in two [netserver]-messages. Is there a way to send symbols of 40 characters this way? Or is there a possibility to send lists over internet?
roman
Olaf Matthes hat geschrieben:
Roman Haefeli wrote:
hi
what is the maximum length of a symbol? from what is it depending? is it changeable? i made 2patches with netclient/netserver(motex): in the first patch 40 characters are transmitted. in the second only 25.
netserver and netclient (like netreceive) each use a receive buffer that is 4096 characters long. This should only affect the total length of a list but not the length of a single symbol. I can't find anything in the code that is likely to reduce the size of a symbol. Does the same happen when you use netsend / netreceive or even send / receive?
Olaf
Roman Haefeli wrote:
what i found out (have a look at the attachment):
to send symbols from [netclient] to [netserver] works fine. the other way around, from [netserver] to [netclient], works until a symbol-lenght of 32 characters. longer symbols are splitted in two [netserver]-messages. Is there a way to send symbols of 40 characters this way?
Ah, it seems you 're using an old version of netclient. Version 0.3 (from maxlib 1.5.2) dos not have this restriction any more.
Olaf
yeah!
thank you very much
you helped me a lot
----- Original Message ----- From: "Olaf Matthes" olaf.matthes@gmx.de To: "Roman Haefeli" reduzierer@yahoo.de Cc: "post pd-msg" pd-list@iem.kug.ac.at Sent: Thursday, April 29, 2004 1:24 PM Subject: Re: [PD] maximum length of symbols
Roman Haefeli wrote:
what i found out (have a look at the attachment):
to send symbols from [netclient] to [netserver] works fine. the other way around, from [netserver] to [netclient], works until a symbol-lenght of
32
characters. longer symbols are splitted in two [netserver]-messages. Is there a way to send symbols of 40 characters this way?
Ah, it seems you 're using an old version of netclient. Version 0.3 (from maxlib 1.5.2) dos not have this restriction any more.
Olaf
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list