Displaying 3 results from an estimated 3 matches for "write_message".
Did you mean:
write_messages
2006 May 04
0
Action Mailer Errno::EPIPE using different character sets
...mlauts all works fine. It seems that my @charset setting is
ignored.
3. The top portion of the call stack looks like this:
usr/local/lib/ruby/1.8/net/protocol.rb:266:in `write''
/usr/local/lib/ruby/1.8/net/protocol.rb:266:in `write0''
/usr/local/lib/ruby/1.8/net/protocol.rb:280:in `write_message_0''
/usr/local/lib/ruby/1.8/net/protocol.rb:277:in `each_crlf_line''
/usr/local/lib/ruby/1.8/net/protocol.rb:311:in `adding''
/usr/local/lib/ruby/1.8/net/protocol.rb:335:in `step''
/usr/local/lib/ruby/1.8/net/protocol.rb:335:in `adding''
/usr/local/lib/ruby/1...
2011 Sep 20
17
Sched_op hypercall small questions
Greetings all.
Some small question regarding schedule poll operation hypercall.
1. struct sched_poll poll.timeout is measured in what unit of time?
Secs, ms? ns?
2. After issuing the hypercall_sched_op(SCHEDOP_poll, &poll); if no
timeout is used in poll struct how long will I yield the CPU?
3. If I issue the hypercall and the event never comes is it possible
to to yield the CPU for ever?
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3:
- mini-os configuration files moved into stubdom/
- mini-os extra console support now a config option
- Fewer #ifdefs
- grant table setup uses hypercall bounce
- Xenstore stub domain syslog support re-enabled
Changes from v2:
- configuration support added to mini-os build system
- add mini-os support for conditionally compiling frontends, xenbus
-