This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 哪位大虾用过asynchronous的web service调用?偶照葫芦画瓢在asp.net中写的居然是死锁, 大虾们若不救偶, 偶的cpu要爆炸了。:((
-henhen(哼哼, 找工ing ^_^);
2003-12-15
(#1515734@0)
-
咦,你不是在跟我做同一个公司的面试题吧?你要想去我就不做了,反正我有事做,那里比较远,我还懒得去了。要是不是的话,你可以试试下面的题,我懒得做
-vega_lee(天津の包子.NET);
2003-12-15
{1204}
(#1515741@0)
-
收信,请!
-henhen(哼哼, 找工ing ^_^);
2003-12-15
(#1515746@0)
-
收信,请?
-vega_lee(天津の包子.NET);
2003-12-15
(#1515748@0)
-
请你check你的email。:((
-henhen(哼哼, 找工ing ^_^);
2003-12-15
(#1515749@0)
-
看见了。
-henhen(哼哼, 找工ing ^_^);
2003-12-15
(#1515753@0)
-
up
-henhen(哼哼, 找工ing ^_^);
2003-12-15
(#1515762@0)
-
Ask 秋波for consequence, hopefully he is not struggling in storm right now.
-noproblem(大可以);
2003-12-15
(#1515812@0)
-
:D:D
-henhen(哼哼, 找工ing ^_^);
2003-12-15
(#1515907@0)
-
解决了?
-vega_lee(天津の包子.NET);
2003-12-15
(#1515916@0)
-
waithandle is ok. callback is dead. :-(
-henhen(哼哼, 找工ing ^_^);
2003-12-15
(#1516243@0)
-
callback 死掉是不是因为 thread 的问题?要 merge 回 UI thread...
-xmlhttprequest(DataSet lover...);
2003-12-15
(#1516605@0)
-
能不能详细些?谢谢!
-henhen(哼哼, 找工ing ^_^);
2003-12-15
(#1516666@0)
-
喂, 你这个人怎么说了一半就不来了,7456。 :((
-henhen(哼哼, 找工ing ^_^);
2003-12-15
(#1516718@0)
-
啊,不好意思。不太清楚你的具体问题。在 windows form 中异步调用 web svc 常犯的错误是在 callback method 里面直接操作 UI,比如 update control.Text 或者 update DataSet 什么的。不知道你碰到的是什么情况。
-xmlhttprequest(DataSet lover...);
2003-12-15
(#1516756@0)
-
谢谢。 我好象刚才贴过代码, 现在找不到了,到BeginXXX调用的时候就不行了,总是不complete。 我来把刚才的帖子顶出来, 你等着,要不我今天睡不着觉。
-henhen(哼哼, 找工ing ^_^);
2003-12-15
(#1516770@0)
-
Hope it helpful
-aimaomao(爱毛毛);
2003-12-15
{760}
(#1516737@0)
-
我不用callback的asynchronous call能正确执行, 就是用callback做的不行, 不知道问题在哪里,越是不对越想知道为什么。 谢谢! :(
-henhen(哼哼, 找工ing ^_^);
2003-12-15
(#1516755@0)
-
4 kinds of asynchrous call method
-aimaomao(爱毛毛);
2003-12-15
{3852}
(#1516781@0)
-
谢谢! 我的就是跟你的第一种一样, 后面的我试过, 同样的webservice,不用callback都行。你觉得问题在哪里?
-henhen(哼哼, 找工ing ^_^);
2003-12-15
(#1516801@0)
-
General asynchrous need a delegate, maybe delegate can not refer a web service method because it is too far.
-aimaomao(爱毛毛);
2003-12-15
(#1516822@0)
-
Put this file in a project
-aimaomao(爱毛毛);
2003-12-15
{749}
(#1516792@0)