[maxmsp] (bug?) high speed dataflow from network (ethersense & udpreceive)
guillaume
evrard.g at gmail.com
Sun Jan 6 22:57:22 MST 2008
- Previous message: [maxmsp] Re: live looping patch help
- Next message: [maxmsp] Another Risset question...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all, I'm facing a problem with a max application i'm developing. this is a bit complex so i'll try to be clear. I created a real time feed/subscription system for ethersense cards, which means my patches are able to subscribe/unsuscribe to a dataflow coming from the network. The problem is that max hangs when subscribing to a high speed dataflow (sampling rate is 2 ms or less). i suspect this comes from the udpreceive object, since it drops packet during the subscription routine. (i had already post about his friend udpsend : http://www.cycling74.com/forums/index.php?t=msg&goto=108670&rid=4830&S=156530b6ad96fae486fa8cfec8914048#msg_108670, it could be the same reason...) maybe the queue is full and max doesn't like it (?) i put it to 4096 using the maxqueuesize message. the crash doesn't occur when sampling rate is set to 5 ms. the crash doesn't occur when override is on, even at 2 ms. the subscription routine is very simple, i juste store a name into a coll. well, i'm a bit lost a this point... any idea? cheers, g ps : some questions about max 5 and network naturally come : will max 5 be more network oriented than the current version? -choosing the network interface you want to use with your udp objects? -correctly working udp/tcp objects? -web compliant? -etc... -- -- Guillaume Evrard http://www.pucemuse.com http://www.ötite.net --
- Previous message: [maxmsp] Re: live looping patch help
- Next message: [maxmsp] Another Risset question...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
