Search found 7 matches

by Rovingeye
Thu Mar 18, 2004 8:35 pm
Forum: Anything else we might add?
Topic: P2P
Replies: 8
Views: 10292

When I talked about performance, I didn't mean the time taken in the call, just that I want to have a single machine running a number of servers for different things, smtp, chat ... and using the current net-select means I am wasting cycles polling the sockets rather than the OS handling things.
by Rovingeye
Thu Mar 18, 2004 1:57 pm
Forum: Anything else we might add?
Topic: P2P
Replies: 8
Views: 10292

Lock server

my first network code was to build a simple socket based lock server, after lots of playing with the file locking stuff I found when I hammerd on it hard it didn't lock properly. My lock server is a simple newlisp process that handles incoming connections, and a very simple protocol of 'l' for give ...
by Rovingeye
Thu Feb 26, 2004 4:28 pm
Forum: newLISP in the real world
Topic: TK and "scale"(slider) interaction with newlisp
Replies: 7
Views: 8152

Too Fast :)

Well I tried it, I think its a little too fast, I had to do it again just to make sure it had done it right the first time.

Very cool

Thanks Again.
Darren
by Rovingeye
Thu Feb 26, 2004 5:32 am
Forum: newLISP in the real world
Topic: TK and "scale"(slider) interaction with newlisp
Replies: 7
Views: 8152

Version 7.5.4 is out

I see the new version is out, I have something to look forward to now when I go into work :)

Thanks
by Rovingeye
Mon Feb 23, 2004 9:54 pm
Forum: newLISP in the real world
Topic: TK and "scale"(slider) interaction with newlisp
Replies: 7
Views: 8152

Thank you

Thanks a lot for the very quick response, the code for the scale was some stuff I was playing with at work, and I wanted to wait until I had tried it until I replied. Well I tried it and it works wonderfully. I have even tweaked things a little, so I can pass back a control id into newlisp so I know...
by Rovingeye
Fri Feb 20, 2004 3:38 am
Forum: newLISP in the real world
Topic: TK and "scale"(slider) interaction with newlisp
Replies: 7
Views: 8152

I looked back at the newLisp-tk manuals, and followed the example, but I still seem to get the same problem, everything works fine, upto the point I drag the control, then I get the error I supplied. To me it looks like TK is supplying the value of the control as a parameter, but newlist doesn't exp...
by Rovingeye
Thu Feb 19, 2004 10:46 pm
Forum: newLISP in the real world
Topic: TK and "scale"(slider) interaction with newlisp
Replies: 7
Views: 8152

TK and "scale"(slider) interaction with newlisp

Just like to say I am new to lisp, but seem to have settled with newlisp as a very clean, concise language that is allowing me to get all kinds of work done. I have one problem, I am new to both lisp, newlisp, and TK, so there is a chance its a silly mistake on my part. On win32 I create a scale con...