Wietse:

>> Marcus:
>> So I tried transport_maps. And it works, but ...
> [...]
> You need to use a more efficient implementation. Why do you need a
> UNIX-domain server in the first place?

Because that's the only way I could think of that would work given that
the solution must work with pseudo-random transport.

For example hash maps match 1 to 1, i.e.
example.com    foo:
example.org    bar:

I'm after something that works as follows
# sometimes 'example.com' is sent down 'foo' and other times it's
# sent down 'bar'

example.com    foo:
example.com    bar:


> - Use a persistent server.
such as?

Reply via email to