Questions tagged [erlang-escript]

escript provides support for running short Erlang programs without having to compile them first and an easy way to retrieve the command line arguments.

Escript Documentation: http://www.erlang.org/doc/man/escript.html

19 questions
0
votes
1 answer

In Tsung, how can I get publish message time in milisec?

In Tsung, I want publish message time in milisec, I tried below but able to get time in Sec only.
Deepak10
  • 5
  • 4
0
votes
1 answer

Erlang server connection pool

I have a service that is in Erlang. I am trying to connect to the service. However sometimes the connection creation gets timed out. I believe this might be because the service might be busy. This is periodic, on re-executing my program some time…
alwaysAStudent
  • 2,110
  • 4
  • 24
  • 47
0
votes
1 answer

Erlang - Is it possible to make the messages that appear on erlang shell appear on linux shell too?

I have created a small test application and when on a linux machine I would like to see the messages that appear on the erlang shell to appear on the linux as well. I am not sure how it could be done, but is it possible? I am running the application…
Anto Joy
  • 135
  • 1
  • 7
0
votes
0 answers

How to write performance oriented map/reduce query in Erlang

I am running a Erlang Map/Reduce on riak . In a bucket there are 57000 records where my map phase is getting the filtering records by 14 seconds. -module(chatlogs). -author("gopi"). %%…
Gopi Krishna
  • 108
  • 2
  • 16
1
2