Generate 40,000 messages a second

Im trying to send out 40,000 messages a second.So I define .z.ts{ h"do something"} where h is my handle to theprocess im testing.I set \t 1 and I can get 1000 messages a second.How can I possible scale this as high as 40000?\t only seems to accept integer numbers correct?

To: personal-kdbplus@googlegroups.comX-Mailer: Apple Mail (2.1082)> I set \t 1 and I can get 1000 messages a second.> How can I possible scale this as high as 40000?send 40 messages per timer trigger?

Something like.z.ts:{do[4000;h"send message"]}\t 1should work.NickOn Jan 21, 5:57?am, Aaron Davies <aaron.dav…> wrote:> > I set \t 1 and I can get 1000 messages a second.> > How can I possible scale this as high as 40000?>> send 40 messages per timer trigger?</aaron.dav…>

if you don’t need a response from the remote, send async messages