http package (only partially working)
This commit is contained in:
384
packages/http/figs/httpserver.eps
Normal file
384
packages/http/figs/httpserver.eps
Normal file
@@ -0,0 +1,384 @@
|
||||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: PCE 6.6.35, June 2007
|
||||
%%CreationDate: (Thu Jun 7 16:13:39 2007)
|
||||
%%Pages: 1
|
||||
%%DocumentFonts: (atend)
|
||||
%%BoundingBox: 70 70 570 361
|
||||
%%Object: @2548888/draw_canvas
|
||||
%%EndComments
|
||||
|
||||
/draw
|
||||
{ 0 currentlinewidth ne
|
||||
{ currentdash 0 eq exch [] eq and not
|
||||
{ gsave nodash 1 setgray stroke grestore
|
||||
} if
|
||||
stroke
|
||||
} if
|
||||
} def
|
||||
|
||||
/pspen
|
||||
{ 2 div
|
||||
} def
|
||||
|
||||
/pen
|
||||
{ pspen
|
||||
setlinewidth
|
||||
} def
|
||||
|
||||
/boxpath
|
||||
{ /r exch def
|
||||
/h exch def
|
||||
/w exch def
|
||||
/y exch def
|
||||
/x exch def
|
||||
/p exch def
|
||||
|
||||
r 0 eq
|
||||
{ 2 setlinecap newpath
|
||||
x p pspen add y p pspen add moveto
|
||||
w p sub 0 rlineto
|
||||
0 h p sub rlineto
|
||||
w p sub neg 0 rlineto
|
||||
0 h p sub neg rlineto
|
||||
}
|
||||
{ newpath
|
||||
/pr r p pspen add def
|
||||
x pr add y p pspen add moveto
|
||||
x w add pr sub y pr add r 270 360 arc
|
||||
x w add pr sub y h add pr sub r 0 90 arc
|
||||
x pr add y h add pr sub r 90 180 arc
|
||||
x pr add y pr add r 180 270 arc
|
||||
} ifelse
|
||||
|
||||
p pen
|
||||
} def
|
||||
|
||||
/nodash
|
||||
{ [] 0 setdash
|
||||
} def
|
||||
|
||||
/text
|
||||
{ /s exch def
|
||||
/w exch def
|
||||
|
||||
gsave
|
||||
1 eq { invert } if
|
||||
moveto s stringwidth pop w exch div -1 scale s show
|
||||
grestore
|
||||
} def
|
||||
|
||||
/startpath
|
||||
{ newpath moveto pen
|
||||
} def
|
||||
|
||||
/linepath
|
||||
{ /h exch def
|
||||
/w exch def
|
||||
newpath moveto w h rlineto
|
||||
pen
|
||||
} def
|
||||
|
||||
/dotted
|
||||
{ [1 5] 0 setdash
|
||||
} def
|
||||
|
||||
gsave
|
||||
|
||||
70 70 translate
|
||||
0.83 -0.83 scale
|
||||
-196 -425 translate
|
||||
%%EndProlog
|
||||
%%Page 0 1
|
||||
|
||||
%%Object: @2548888/draw_canvas
|
||||
gsave 0 0 translate 0.00 0.00 0.00 setrgbcolor
|
||||
|
||||
%%Object: @2787654/cml_drole
|
||||
gsave 222 158 translate
|
||||
|
||||
%%Object: @2744708/box
|
||||
gsave nodash 1 0 0 100 50 0 boxpath
|
||||
draw grestore
|
||||
|
||||
%%Object: @2788290/draw_text
|
||||
grestore
|
||||
|
||||
%%Object: @2788418/cml_drole
|
||||
gsave 222 158 translate
|
||||
|
||||
%%Object: @2744846/box
|
||||
gsave nodash 1 0 0 100 50 0 boxpath
|
||||
draw grestore
|
||||
|
||||
%%Object: @2788530/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
9 30 0 82 (thread_httpd.pl) text
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2788654/cml_drole
|
||||
gsave 222 241 translate
|
||||
|
||||
%%Object: @2795026/box
|
||||
gsave nodash 1 0 0 100 50 0 boxpath
|
||||
draw grestore
|
||||
|
||||
%%Object: @2795084/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
13 30 0 73 (xpce_httpd.pl) text
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2790930/cml_drole
|
||||
gsave 222 158 translate
|
||||
|
||||
%%Object: @2791042/box
|
||||
gsave nodash 1 0 0 100 50 0 boxpath
|
||||
draw grestore
|
||||
|
||||
%%Object: @2791100/draw_text
|
||||
grestore
|
||||
|
||||
%%Object: @2791312/cml_drole
|
||||
gsave 222 325 translate
|
||||
|
||||
%%Object: @2791424/box
|
||||
gsave nodash 1 0 0 100 50 0 boxpath
|
||||
draw grestore
|
||||
|
||||
%%Object: @2791482/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
14 30 0 73 (inetd_httpd.pl) text
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2790756/cml_drole
|
||||
gsave 390 241 translate
|
||||
|
||||
%%Object: @2794830/box
|
||||
gsave nodash 1 0 0 100 50 0 boxpath
|
||||
draw grestore
|
||||
|
||||
%%Object: @2794888/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
8 30 0 84 (http_wrapper.pl) text
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2790850/draw_rect_connection
|
||||
gsave
|
||||
grestore
|
||||
|
||||
%%Object: @2795558/path
|
||||
gsave 0 0 translate nodash 1 322 203 startpath
|
||||
356 203 lineto
|
||||
356 246 lineto 390 246 lineto
|
||||
draw
|
||||
|
||||
%%Object: @draw_default_arrow/arrow
|
||||
gsave nodash 0 pen newpath 380 249 moveto 390 246 lineto 380 243 lineto closepath gsave 0.00 setgray fill grestore
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2790364/draw_rect_connection
|
||||
gsave
|
||||
grestore
|
||||
|
||||
%%Object: @2795684/path
|
||||
gsave 0 0 translate nodash 1 322 266 startpath
|
||||
390 266 lineto
|
||||
|
||||
draw
|
||||
|
||||
%%Object: @draw_default_arrow/arrow
|
||||
gsave nodash 0 pen newpath 380 269 moveto 390 266 lineto 380 263 lineto closepath gsave 0.00 setgray fill grestore
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2791228/draw_rect_connection
|
||||
gsave
|
||||
grestore
|
||||
|
||||
%%Object: @2795816/path
|
||||
gsave 0 0 translate nodash 1 322 330 startpath
|
||||
356 330 lineto
|
||||
356 286 lineto 390 286 lineto
|
||||
draw
|
||||
|
||||
%%Object: @draw_default_arrow/arrow
|
||||
gsave nodash 0 pen newpath 380 289 moveto 390 286 lineto 380 283 lineto closepath gsave 0.00 setgray fill grestore
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2793566/cml_function
|
||||
gsave 681 165 translate
|
||||
|
||||
%%Object: @2793678/box
|
||||
gsave nodash 1 0 0 100 50 25 boxpath
|
||||
draw grestore
|
||||
|
||||
%%Object: @2793736/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
18 29 0 65 (handler_1/1) text
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2795976/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
205 387 0 134 (Unix inetd based servers) text
|
||||
grestore
|
||||
|
||||
%%Object: @2796080/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
199 303 0 147 (XPCE event-driven servers) text
|
||||
grestore
|
||||
|
||||
%%Object: @2796184/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
214 220 0 117 (Multi-threaded severs) text
|
||||
grestore
|
||||
|
||||
%%Object: @2796288/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
668 115 0 126 (User's application code) text
|
||||
grestore
|
||||
|
||||
%%Object: @2796392/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
385 115 0 77 (HTTP protocol) text
|
||||
grestore
|
||||
|
||||
%%Object: @2796556/draw_line
|
||||
gsave
|
||||
dotted 1 365 75 0 328 linepath draw
|
||||
grestore
|
||||
|
||||
%%Object: @2796618/draw_line
|
||||
gsave
|
||||
dotted 1 514 80 0 328 linepath draw
|
||||
grestore
|
||||
|
||||
%%Object: @2796684/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
223 115 0 97 (Select server-type) text
|
||||
grestore
|
||||
|
||||
%%Object: @2796788/draw_line
|
||||
gsave
|
||||
dotted 1 649 78 0 328 linepath draw
|
||||
grestore
|
||||
|
||||
%%Object: @2791796/cml_drole
|
||||
gsave 533 241 translate
|
||||
|
||||
%%Object: @2794634/box
|
||||
gsave nodash 1 0 0 100 50 0 boxpath
|
||||
draw grestore
|
||||
|
||||
%%Object: @2794692/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
8 29 0 85 (http_dispatch.pl) text
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2791606/draw_rect_connection
|
||||
gsave
|
||||
grestore
|
||||
|
||||
%%Object: @2796862/path
|
||||
gsave 0 0 translate nodash 1 490 266 startpath
|
||||
533 266 lineto
|
||||
|
||||
draw
|
||||
|
||||
%%Object: @draw_default_arrow/arrow
|
||||
gsave nodash 0 pen newpath 523 269 moveto 533 266 lineto 523 263 lineto closepath gsave 0.00 setgray fill grestore
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2791890/draw_rect_connection
|
||||
gsave
|
||||
grestore
|
||||
|
||||
%%Object: @2797002/path
|
||||
gsave 0 0 translate nodash 1 633 246 startpath
|
||||
657 246 lineto
|
||||
657 190 lineto 681 190 lineto
|
||||
draw
|
||||
|
||||
%%Object: @draw_default_arrow/arrow
|
||||
gsave nodash 0 pen newpath 671 193 moveto 681 190 lineto 671 187 lineto closepath gsave 0.00 setgray fill grestore
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2793944/cml_function
|
||||
gsave 681 241 translate
|
||||
|
||||
%%Object: @2794056/box
|
||||
gsave nodash 1 0 0 100 50 25 boxpath
|
||||
draw grestore
|
||||
|
||||
%%Object: @2794114/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
18 29 0 65 (handler_2/1) text
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2793860/draw_rect_connection
|
||||
gsave
|
||||
grestore
|
||||
|
||||
%%Object: @2797162/path
|
||||
gsave 0 0 translate nodash 1 633 266 startpath
|
||||
681 266 lineto
|
||||
|
||||
draw
|
||||
|
||||
%%Object: @draw_default_arrow/arrow
|
||||
gsave nodash 0 pen newpath 671 269 moveto 681 266 lineto 671 263 lineto closepath gsave 0.00 setgray fill grestore
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2794322/cml_function
|
||||
gsave 681 375 translate
|
||||
|
||||
%%Object: @2794434/box
|
||||
gsave nodash 1 0 0 100 50 25 boxpath
|
||||
draw grestore
|
||||
|
||||
%%Object: @2794492/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
18 29 0 65 (handler_n/1) text
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2794238/draw_rect_connection
|
||||
gsave
|
||||
grestore
|
||||
|
||||
%%Object: @2797294/path
|
||||
gsave 0 0 translate nodash 1 633 286 startpath
|
||||
657 286 lineto
|
||||
657 400 lineto 681 400 lineto
|
||||
draw
|
||||
|
||||
%%Object: @draw_default_arrow/arrow
|
||||
gsave nodash 0 pen newpath 671 403 moveto 681 400 lineto 671 397 lineto closepath gsave 0.00 setgray fill grestore
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Object: @2797450/draw_line
|
||||
gsave
|
||||
dotted 1 731 305 0 50 linepath draw
|
||||
grestore
|
||||
|
||||
%%Object: @2797582/draw_text
|
||||
gsave /Helvetica findfont 12 scalefont setfont
|
||||
543 115 0 80 (Dispatch paths) text
|
||||
grestore
|
||||
grestore
|
||||
|
||||
%%Trailer
|
||||
grestore
|
||||
%%DocumentFonts:
|
||||
showpage
|
||||
Reference in New Issue
Block a user