由买买提看人间百态

topics

全部话题 - 话题: messager
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)
y******n
发帖数: 3
1
Thanks a lot!
But this is not my problem. It is a error message generate by a fortran
excutable. I don't have the source code (even if I do, I don't know fortran)
. It is automatically printed to the stardard out. I am just wondering
whether I can somehow re-pipe it to some file.

is
w********i
发帖数: 244
2
All,
I want to send the message to database and set up the hyperlink in other
company's production. We only can set up the link in their production but
can not do codes for buttons in their production. The link we set up is as
following:
http://xxx.xx.xx.xx/COLLECT_ERROR.ASP?U=John389&P=01252008
When you hit the above link , it will bring you a new window. However, we do
not want the users to see this pop-up window. I wonder if there is a way to
make this pop up window invisiable before it pops
d******e
发帖数: 152
3
来自主题: Programming版 - MFC 创建event message funtion 问题
MFC 创建event message funtion 问题,
方法1, 用popup menu: classWizard, Click the "add function" button
方法2,用popup menu:events, Click the "add and edit" button
如果同名,问有什么区别?
谢谢!
b******h
发帖数: 213
4
来自主题: Programming版 - Java messaging - Eric Bruno, 哪有下载?
?_?. ESB book, what is that?
I need one book about java asynchronous messaging technologies. Thanks.
a**e
发帖数: 103
5
Anybody knows the syntax how to send soap request message to Soap
Webservices if only WSDL is given?
Thanks
d*******r
发帖数: 3299
6
如果不要求速度,可以吧
另外 Redis,不也经常当 message queue 用吗
p*****3
发帖数: 488
7

Message queue 要 guarantee deliver
w**z
发帖数: 8232
8
为什么不直接用timestamp 做row key?每个ms里的message 是同一row 的columns?但
要求所有client的clock要用NTP sync

sharding
N********n
发帖数: 8363
9

Well that's basically what the topic says - C* is not MQ - right?
Your app has a specific need of batch message reading that can be
solved w/ C*. That's fine. If, however, the requirement is a pure
FIFO queue then a doublely-linked list is what people will use.
Btw UUIDs themselves are hot spot as they have to be centralized
and sorted. Perhaps your app does not access it too frequently so
you don't care.
t**********1
发帖数: 550
10
我用发条齿轮都能做message queue。
关键是,性能呢?
分布式系统最怕集中。分布写完要集中sort。指望1m的处理速度门都没有,100K都没有
可能。
拿这么多机器,就能做这么个玩艺儿。你怎么不去死?
z****e
发帖数: 54598
11
c*当然可以用来做伪的message queue
又不是只有jms能做,现在能做的多了
storm, kafka都可以做,vert.x也能做,还有akka也能做
实际上这些项目里面很多贡献者前身就是做mq的
比如vert.x那个tim,这些东西互相之间没有严格的界限
就看怎么用了,把思维放宽一点,不过是一个工具而已
装啥?
d*******r
发帖数: 3299
12
二爷说的也是我想问的,比如想达到做游戏server(或者其他 interactive apps)的
latency的话,像kafka一样把 message 写到硬盘上,再从 硬盘上读出来,能达到ms级
别的latency要求吗? 如果不能达到的话,难道还是得扔到 Redis 一样的内存 DB 里面?
kafka throughput 是牛,可能主要用途是 logging?
w*s
发帖数: 7227
13
hi i'm new to these.
so i have 2 radio buttons, "choice 1", "choice 2".
when i choose 1st, i want to see text box message saying "you choosed 1".
same for the 2nd radio.
Any sample pls !
Thanks !
l**********n
发帖数: 8443
14





Radio buttons


Choice 1
Choice 2


Message:


w*s
发帖数: 7227
15
Why it's not working for me, any suggestions appreciated.
js1.js----------------------------------
function button_click()
{
document.querySelector("#msg').innerHTML = 'You chosed' + document.
querySelector('input[name="choice"]:checked').value + '.';
}
my.html----------------------------------------




Raido