Re: [Pgui-devel] Designing a more efficient protocol

2003-01-30 Thread Micah Dowty
This is one way the current protocol could be improved- it could even be done without breaking compatibility, by adding a "batch2" request or something. However, it would be tricky to make this functionality accessable easily from the client. You can already do something almost as good using widget

Re: [Pgui-devel] Designing a more efficient protocol

2003-01-30 Thread pete rippe
While i only understand half of it all, i figured while on the subject i'de ask something. I havent tried too much with pico programming yet, so bare with me for a second and let me know if im missing something. You mension how inefficient the current protocol is with each request requireing a

[Pgui-devel] Designing a more efficient protocol

2003-01-29 Thread Micah Dowty
Hi, Another consideration for the new object model, is in optimizing the wire protocol. Currently PicoGUI always requires a response for every request, and in order to create an object then set properties you have to wait for the object ID to be returned, then use that ID to set properties. The s